You are reading help file online using chmlib.com
|
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
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | pullEventInterest is invalid or bad. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|