You are reading help file online using chmlib.com
|
ISpNotifyTranslator::GetEventHandle returns the Win32 event handle associated with the translator.
Returns the Win32 event object handle initialized by InitWin32Event on this ISpNotifyTranslator instance. This method is applicable only with objects using Win32 events.
The handle is not a duplicated handle and should not be closed by the caller.
HANDLE GetEventHandle ( void );
Value | Description |
---|---|
handle | The handle to the event |
INVALID_HANDLE_VALUE | Translator has not been properly initialized by calling InitWin32Event(). |
You are reading help file online using chmlib.com
|