You are reading help file online using chmlib.com
|
ISpObjectTokenCategory::SetDefaultTokenId sets a specific token ID as the default for the category.
HRESULT SetDefaultTokenId(
const WCHAR *pszTokenId
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
SPERR_UNINITIALIZED | Data key interface is not initialized. |
E_INVALIDARG | pszTokenId is invalid or bad. |
FAILED(hr) | Appropriate error message. |
The defaults are stored either directly in the category by setting the DefaultTokenID value in the category data key, or indirectly by the DefaultTokenIDLocation. Default tokens are discussed in Object Tokens and Registry Settings White Paper.
You are reading help file online using chmlib.com
|