Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Microsoft Speech Platform
ISpObjectWithToken::GetObjectToken
ISpObjectWithToken::GetObjectToken retrieves an object token.
<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>HRESULT GetObjectToken(</strong><a runat="server" href="jj127672(v=msdn.10).md"><strong>ISpObjectToken</strong></a> **<em>ppToken</em> <strong>);</strong> </pre>
Parameters
- ppToken
[out] Address of an ISpObjectToken interface that receives the object token.
Return Values
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | ppToken is invalid or bad. |
E_OUTOFMEMORY | Exceeded available memory. |
FAILED(hr) | Appropriate error message. |