You are reading help file online using chmlib.com
|
SpEnumTokens enumerates the tokens for the specified category.
Found in: sphelper.h
inline HRESULT SpEnumTokens(
const WCHAR *pszCategoryId,
const WCHAR *pszReqAttribs,
const WCHAR *pszOptAttribs,
IEnumSpObjectTokens **ppEnum
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
FAILED (hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|