Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Microsoft Speech Platform
ISpEventSink::GetEventInterest
ISpEventSink::GetEventInterest passes back the event interest for a voice or a recognizer.
<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>HRESULT GetEventInterest(</strong> <strong> ULONGLONG</strong> *<em>pullEventInterest</em> <strong>);</strong> </pre>
Parameters
- pullEventInterest
[out] Set of flags of type SPEVENTENUM defining the event interest.
Return Values
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | Pointer bad or invalid. |
FAILED(hr) | Appropriate error message. |