Microsoft Speech API 5.4
ISpDataKey::GetDWORD
ISpDataKey::GetDWORD retrieves the value information from a specified token.
HRESULT GetDWORD(
LPCWSTR *pszKeyName,
DWORD *pdwValue
);
Parameters
- pszKeyName
[in] Address of a null-terminated string containing the token name. - pdwValue
[out] Address of the destination data buffer receiving the token key value.
Return values
| Value |
| S_OK |
| E_INVALIDARG |
| E_POINTER |
| SPERR_NOT_FOUND |
| FAILED(hr) |