术语 | shcreateitemfromidlist |
释义 | SHCreateItemFromIDList 语法: HRESULT SHCreateItemFromIDList( PCIDLIST_ABSOLUTE pidl, REFIID riid, void **ppv ); SHCreateItemFromIDList功能 创建并初始化一个指针一壳牌项目对象的项目标识符列表(的PIDL)。由此产生的外壳项目对象支持IShellItem接口。 参数 的PIDL [in]源的PIDL。 riid [in]对请求接口的IID参考。 PPV的 [内]当此函数返回时,包含了接口指针riid请求。这通常是IShellItem或IShellItem2。 返回值 返回S_OK如果成功,或其他错误值。 功能信息 最低DLL版本 Shell32.dll 自定义ImplementationNo Headershobjidl.h import libraryNone 最低支持操作系统 Vista 参见 SHGetIDListFromObject ==英文原文==SHCreateItemFromIDList Function Creates and initializes a Shell item object from a pointer to an item identifier list (PIDL). The resulting shell item object supports the IShellItem interface. Syntax HRESULT SHCreateItemFromIDList( PCIDLIST_ABSOLUTE pidl, REFIID riid, void **ppv ); Parameters pidl [in] The source PIDL. riid [in] A reference to the IID of the requested interface. ppv [out] When this function returns, contains the interface pointer requested in riid. This will typically be IShellItem or IShellItem2 . Return Value Returns S_OK if successful, or an error value otherwise. Function Information Minimum DLL VersionShell32.dll Custom ImplementationNo Headershobjidl.h Import libraryNone Minimum operating systemsWindows Vista See Also SHGetIDListFromObject ==原始网址==http://msdn.microsoft.com/en-us/library/bb762133(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。