You are reading help file online using chmlib.com
|
ISpNotifySource::GetNotifyEventHandle retrieves the Win32 event object handle. This event can be used in any of the Win32 WaitForxxx methods.
HANDLE GetNotifyEventHandle ( void );
None
Value | Description |
---|---|
Win32 event handle | Initialized by SetNotifyWin32Event on this instance. |
INVALID_HANDLE_VALUE | Interface not initialized. |
Do not close the returned handle, as it is owned by the event source object. Calling this method will automatically initialize the event source to use an event handle if no other notification mechanism has been initialized.
You are reading help file online using chmlib.com
|