Share via


ISpNotifyTranslator::GetEventHandle

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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.

Syntax

HANDLE GetEventHandle(void);

Parameters

None.

Return Value

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

Header sapi.h, sapi.idl
Library sapilib.lib
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

ISpNotifyTranslator
SAPI Interfaces