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
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) |