Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method adds new tokens from an enumerated list of object tokens.
HRESULT AddTokensFromTokenEnum(IEnumSpObjectTokens* pTokenEnum);
Parameters
- pTokenEnum
[in] Pointer to an object implementing IEnumSpObjectTokens interface that contains the list of object tokens to add.
Return Values
The following table shows the possible return values.
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_INVALIDARG | One or more arguments are invalid. |
| SPERR_UNINITIALIZED | The object has not been properly initialized. |
| FAILED(hr) | Appropriate error message. |
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapiddk.h, Sapiddk.idl.
Link Library: Sapilib.lib.
See Also
ISpObjectTokenEnumBuilder | SAPI Interfaces
Send Feedback on this topic to the authors