You are reading help file online using chmlib.com
|
ISpDataKey::SetStringValue sets the string value information for a specified token.
HRESULT SetStringValue(
const WCHAR *pszValueName,
const WCHAR *pszValue
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_INVALIDARG | Either pszValueName or pszValue is invalid or bad. |
| FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|