You are reading help file online using chmlib.com
|
SpFindBestToken enumerates the token category and finds the single best match (if any) based on the required and optional attributes.
Found in: sphelper.h
SpFindBestToken(
const WCHAR *pszCategoryId,
const WCHAR *pszReqAttribs,
const WCHAR *pszOptAttribs,
ISpObjectToken **ppObjectToken
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
SPERR_NOT_FOUND | No items match the given attributes. |
FAILED (hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|