OleComponent::IOleComponent::OnAppActivate Method (Int32, UInt32)
Visual Studio 2015
Microsoft internal use only.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual void OnAppActivate( int fActive, unsigned int dwOtherThreadID ) sealed = IOleComponent::OnAppActivate
Parameters
- fActive
-
Type:
System::Int32
If TURE (1), the host app is being activated, if FALSE (0) the host app is being deactivated.
- dwOtherThreadID
-
Type:
System::UInt32
If fActive is TRUE (1) then this is the thread ID of the thread owning the window being deactivated. If fActive is FALSE (0) this is the thread ID of the thread owning the window being activated.
Show: