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.
Microsoft Speech API 5.3
ISpVoice::SpeakCompleteEvent
ISpVoice::SpeakCompleteEvent returns an event handle that will be 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.
[local] HANDLE SpeakCompleteEvent ( void );
Parameters
None.
Return values
| Value |
| Event Handle |
Remarks:
The caller should not call CloseHandle(), nor should the caller ever use the handle after releasing the COM reference to this voice.