Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.3
ISpObjectToken::GetId
ISpObjectToken::GetId retrieves the object identifier for an object token. This identifier can be used later to recreate a token instance.
HRESULT GetId(
LPWSTR **ppszCoMemTokenId
);
Parameters
- ppszCoMemTokenId
Address of a pointer to a null-terminated string that receives the identifier for the token object. The caller must call CoTaskMemFree() to free the string pointer.
Return values
Value |
S_OK |
E_POINTER |
E_OUTOFMEMORY |
SPERR_UNINITIALIZED |
FAILED(hr) |