Microsoft Speech Platform
ISpEventSink::GetEventInterest
ISpEventSink::GetEventInterest passes back the event interest for the voice.
HRESULT GetEventInterest(
ULONGLONG *pullEventInterest
);
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. |