예전글들
::Item
진트
2009. 3. 13. 08:13
IEnumSpObjectTokens::Item
열거형 목록에서 특정 위치에 있는 토큰을 반환한다.
HRESULT Item(
ULONG Index,
ISpObjectToken **ppToken
);
파라미터
- Index
[in] Value indicating which token in the enumeration sequence to locate. - ppToken
[out] Address of an ISpObjectToken interface pointer.
반환 값
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. |
참고자료
http://msdn.microsoft.com/en-us/library/ms717613(VS.85).aspx
이 글은 스프링노트에서 작성되었습니다.