OleComponent.OnAppActivateCore(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.
Default implemmentation of OnAppActivate. Simply raises the AppActivate event if there are listeners.
protected:
virtual void OnAppActivateCore(int fActive, System::UInt32 dwOtherThreadID);
protected:
virtual void OnAppActivateCore(int fActive, unsigned int dwOtherThreadID);
virtual void OnAppActivateCore(int fActive, unsigned int dwOtherThreadID);
protected virtual void OnAppActivateCore (int fActive, uint dwOtherThreadID);
abstract member OnAppActivateCore : int * uint32 -> unit
override this.OnAppActivateCore : int * uint32 -> unit
Protected Overridable Sub OnAppActivateCore (fActive As Integer, dwOtherThreadID As UInteger)
Parameters
- fActive
- Int32
- dwOtherThreadID
- UInt32