Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Microsoft Speech Platform
ISpEventSource::GetInfo
ISpEventSource::GetInfo retrieves information about the event queue.
<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>HRESULT GetInfo(</strong> <strong><a runat="server" href="jj127870(v=msdn.10).md">SPEVENTSOURCEINFO</a></strong> *<em>pInfo</em> <strong>);</strong> </pre>
Parameters
- pInfo
[out] Pointer to an SPEVENTSOURCEINFO structure about the event.
Return Values
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | pInfo is invalid. |
FAILED(hr) | Appropriate error message. |