ISpVoice::SpeakCompleteEvent
Other versions of this page are also available for the following:
8/28/2008
This method returns an event handle that is signaled when the voice has completed speaking all pending requests. This is similar to the functionality provided by ISpVoice::WaitUntilDone, but allows the caller to wait on the event handle.
Syntax
[local] HANDLE SpeakCompleteEvent(void);
Parameters
None.
Return Value
The following table shows the possible return values.
Value | Description |
---|---|
Event Handle |
For WAIT operation. |
Remarks
The caller should not call CloseHandle, nor should the caller ever use the handle after releasing the COM reference to this voice.
Requirements
Header | sapi.h, sapi.idl |
Library | sapilib.lib |
Windows Embedded CE | Windows CE .NET 4.1 and later |