You are reading help file online using chmlib.com
|
ISpObjectToken::GetCategory retrieves the category for a specified token if one is available.
HRESULT GetCategory(
ISpObjectTokenCategory **ppTokenCategory
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_POINTER | ppTokenCategory is invalid or bad. |
| SPERR_UNINITIALIZED | Token does not have a category. |
| FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|