You are reading help file online using chmlib.com
|
ISpObjectTokenCategory::SetId sets the category ID.
This method may be called only once. If called more than once, SPERR_ALREADY_INITIALIZED will return.
HRESULT SetId(
const WCHAR *pszCategoryId,
BOOL fCreateIfNotExist
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| SPERR_ALREADY_INITIALIZED | Category interface is already initialized. |
| E_INVALIDARG | pszCategoryId is invalid or bad. |
| FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|