ISpDataKey::SetDWORD (SAPI 5.3)
Microsoft Speech API 5.3
ISpDataKey::SetDWORD
ISpDataKey::SetDWORD sets the value information for a specified token.
HRESULT SetDWORD(
LPCWSTR *pszValueName,
DWORD dwValue
);
Parameters
- pszValueName
Address of a null-terminated string that contains the attribute name. - dwValue
The data buffer containing the attribute key value.
Return values
Value |
S_OK |
E_INVALIDARG |
FAILED(hr) |