SpGetDefaultTokenIdFromCategoryId (Windows CE 5.0)
This function gets the default token identifier for the specified category.
inline HRESULT SpGetDefaultTokenIdFromCategoryId(const WCHAR* pszCategoryId,WCHAR** ppszTokenId);
Parameters
- pszCategoryId
[in] Pointer to the category identifier. - ppszTokenId
[out] Address of a pointer to the identifier for the default token.
Return Values
The following table shows the possible return values.
Value | Description |
---|---|
S_OK | Function completed successfully. |
FAILED(hr) | Appropriate error message. |
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sphelper.h.
Link Library: Sapilib.lib.
See Also
Send Feedback on this topic to the authors