Share via


ISpNotifyTranslator::GetEventHandle (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.