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
ISpRecoContext::GetVoicePurgeEvent
ISpRecoContext::GetVoicePurgeEvent retrieves the set of SR engine events that stop audio output, and purges the current speaking queue. The events are set by ISpRecoContext::SetVoicePurgeEvent.
HRESULT GetVoicePurgeEvent(
ULONGLONG *pullEventInterest
);
Parameters
- pullEventInterest
[out] The set of flags indicating the event interests. The event interests will be a member of the SR event set (see SPFEI_ALL_SR_EVENTS).
Return values
Value |
S_OK |
E_POINTER |
FAILED(hr) |