IOleComponent2.OnAppActivate(Int32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void OnAppActivate(int fActive, System::UInt32 dwOtherThreadID);
public:
void OnAppActivate(int fActive, unsigned int dwOtherThreadID);
void OnAppActivate(int fActive, unsigned int dwOtherThreadID);
public void OnAppActivate (int fActive, uint dwOtherThreadID);
abstract member OnAppActivate : int * uint32 -> unit
Public Sub OnAppActivate (fActive As Integer, dwOtherThreadID As UInteger)
Parameters
- fActive
- Int32
- dwOtherThreadID
- UInt32