You are reading help file online using chmlib.com
|
ISpObjectTokenEnumBuilder::AddTokens adds tokens to the object token enumerator.
HRESULT AddTokens(
ULONG cTokens,
ISpObjectToken **pToken
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | One or more parameters are invalid. |
E_POINTER | Invalid pointer. |
E_OUTOFMEMORY | Exceeded available memory. |
SPERR_UNINITIALIZED | The object has not been properly initialized. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|