Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method returns the Win32 event object handle initialized by a call to ISpNotifyTranslator::InitWin32Event. This method is applicable only to objects using Win32 events. Note that the handle is not a duplicated handle and should not be closed by the caller.
HANDLE GetEventHandle(void);
Parameters
None.
Return Values
The following table shows the possible return values.
Value | Description |
---|---|
handle | The handle to the event |
INVALID_HANDLE_VALUE | Translator has not been properly initialized by calling InitWin32Event. |
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
Link Library: Sapilib.lib.
See Also
ISpNotifyTranslator | SAPI Interfaces
Send Feedback on this topic to the authors