Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Microsoft Speech Platform
SpGetTokenFromId
SpGetTokenFromId creates an object token of CLSID_SpObjectToken. This function assists in locating and creating an object token without having to search or change the registry directly.
Found in: sphelper.h
<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>inline HRESULT SpGetTokenFromId(</strong> <strong> const WCHAR</strong> *<em>pszTokenId</em>, <strong> <a runat="server" href="jj127672(v=msdn.10).md">ISpObjectToken</a></strong> **<em>ppToken</em>, <strong> BOOL</strong> *<em>fCreateIfNotExist</em> = FALSE <strong>);</strong> </pre>
Parameters
- pszTokenId
[in] The null-terminated string indicating the token ID. - ppToken
[out] The token being created. It is created with CoCreateInstance and must be manually freed when no longer required. - fCreateIfNotExist
[in] An optional parameter allowing the object to be created if one does not currently exist. The default is FALSE unless otherwise specified.
Return Values
Value | Description |
---|---|
S_OK | Function completed successfully. |
FAILED (hr) | Appropriate error message. |