ISpDataKey::SetDWORD (Windows CE 5.0)
This method sets the value information for a specified attribute.
HRESULT SetDWORD( const WCHAR* pszKeyName DWORD dwValue);
Parameters
- pszKeyName
[in] Pointer to a null-terminated string specifying the attribute name. - dwValue
[in] Data buffer containing the value information to set.
Return Values
The following table shows the possible return values.
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | pszKeyName is invalid or bad. |
FAILED(hr) | Appropriate error message. |
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: sapi.h, sapi.idl.
Link Library: Sapilib.lib.
See Also
Send Feedback on this topic to the authors