You are reading help file online using chmlib.com
|
ISpObjectTokenEnumBuilder::AddTokensFromDataKey adds a new token using specified subkey and CategoryId information.
HRESULT AddTokensFromDataKey(
ISpDataKey *pDataKey,
const WCHAR *pszSubKey,
const WCHAR *pszCategoryId
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_INVALIDARG | One or more parameters are invalid. |
| SPERR_UNINITIALIZED | The object has not been properly initialized. |
| FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|