You are reading help file online using chmlib.com
|
SpGetDefaultTokenFromCategoryId gets the default token for the specified category ID.
Found in: sphelper.h
inline HRESULT SpGetDefaultTokenFromCategoryId(
const WCHAR *pszCategoryId,
ISpObjectToken **ppToken,
BOOL *fCreateCategoryIfNotExist = TRUE
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| FAILED (hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|