Previous | Next |
The SetDescription method specifies the description of a profile.
Syntax
HRESULT SetDescription(
const WCHAR* pwszDescription
);
Parameters
pwszDescription
[in] Pointer to a wide-character NULL-terminated string containing the description.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Return code | Meaning |
E_INVALIDARG | The pwszDescription parameter is NULL. |
See Also
Previous | Next |