You are reading help file online using chmlib.com
|
IEnumSpObjectTokens::Item locates a specific token in the enumeration.
HRESULT Item(
ULONG Index,
ISpObjectToken **ppToken
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| SPERR_NO_MORE_ITEMS | Index is greater than the amount of items available. |
| E_POINTER | ppToken is bad or invalid. |
| SPERR_UNINITIALIZED | Attribute parser interface is not initialized. |
| FAILED (hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|