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