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.
Sets the value of a property from a given string.
Syntax
HRESULT SetValueAsString (
LPCOLESTR pszValue,
UINTnRadix,
);
Parameters
pszValue
[in] The value to be set.
nRadix
[in] Radix to be used in interpreting any numerical information.
Return Value
Returns a valid HRESULT
, typically S_OK
.