IShellItemArray::GetItemAt 方法 (shobjidl_core.h)
获取 IShellItemArray 中给定索引处的项。
语法
HRESULT GetItemAt(
[in] DWORD dwIndex,
[out] IShellItem **ppsi
);
参数
[in] dwIndex
类型:DWORD
IShellItemArray 中请求的 IShellItem 的索引
[out] ppsi
类型: IShellItem**
此方法返回时,包含请求的 IShellItem 指针。
返回值
类型: HRESULT
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
注解
如果请求的索引超出 IShellItemArray 的边界,此函数将返回E_FAIL。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | shobjidl_core.h (包括 Shobjidl.h) |