You are reading help file online using chmlib.com
|
SpSetDefaultTokenIdForCategoryId sets a specific token ID as the default for the specified category ID.
Found in: sphelper.h
inline HRESULT SpSetDefaultTokenIdForCategoryId(
const WCHAR *pszCategoryId,
const WCHAR *pszTokenId
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
FAILED (hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|