网站首页  词典首页

请输入您要查询的函数:

 

术语 shcreateshellitemarrayfromshellitem
释义 SHCreateShellItemArrayFromShellItem
语法:
HRESULT SHCreateShellItemArrayFromShellItem( IShellItem *psi,
REFIID riid,
void **ppv
);
SHCreateShellItemArrayFromShellItem功能
创建单一壳牌项目的一个元素的数组。
参数
防扩散安全倡议
[in]指向IShellItem对象,表示该项目。
riid
[in]是对接口的IID通过检索参考PPV的,通常IID_IShellItemArray。
PPV的
[内]当此方法返回,包含了接口指针riid请求。这通常是一个指向IShellItemArray指针。
返回值
返回S_OK如果成功,或其他错误值。
备注
该函数创建一个单一项目元素的数组。要创建一个从文件夹的内容数组,使用SHCreateShellItemArray。
功能信息
最低DLL版本 Shell32.dll
自定义ImplementationNo
Headershobjidl.h
import libraryNone
最低支持操作系统 Vista
==英文原文==SHCreateShellItemArrayFromShellItem Function
Creates an array of one element from a single Shell item.
Syntax
HRESULT SHCreateShellItemArrayFromShellItem( IShellItem *psi,
REFIID riid,
void **ppv
);
Parameters
psi
[in] Pointer to IShellItem object that represents the item.
riid
[in] A reference to the IID of the interface to retrieve through ppv, typically IID_IShellItemArray.
ppv
[out] When this method returns, contains the interface pointer requested in riid. This is typically a pointer to an IShellItemArray .
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
This function creates a one-element array from a single item. To create an array from the contents of a folder, use SHCreateShellItemArray .
Function Information
Minimum DLL VersionShell32.dll
Custom ImplementationNo
Headershobjidl.h
Import libraryNone
Minimum operating systemsWindows Vista
==原始网址==http://msdn.microsoft.com/en-us/library/bb762147(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 11:28:44