You are reading help file online using chmlib.com
|
SpSetDescription sets the string value for the specified token.
Found in: sphelper.h
inline HRESULT SpSetDescription(
ISpObjectToken *pObjToken,
const WCHAR *pszDescription,
LANGID Language = SpGetUserDefaultUILanguage(),
BOOL fSetLangIndependentId = TRUE
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | Either pszDescription or the language description is invalid or bad. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|