术语 | shcreateshellitemarrayfromidlists |
释义 | SHCreateShellItemArrayFromIDLists 语法: HRESULT SHCreateShellItemArrayFromIDLists( UINT cidl, PCIDLIST_ABSOLUTE_ARRAY rgpidl, IShellItemArray **ppsiItemArray ); SHCreateShellItemArrayFromIDLists功能 创建从ITEMIDLIST结构列表壳牌项目数组对象。 参数 cidl [in]的数组中的元素数。 rgpidl [in]一cidl常量指针列表ITEMIDLIST结构。 ppsiItemArray [内]当此函数返回时,包含一个IShellItemArray接口指针。 返回值 返回S_OK如果成功,或其他错误值。 功能信息 最低DLL版本 Shell32.dll 自定义ImplementationNo Headershobjidl.h import libraryNone 最低支持操作系统 Vista ==英文原文==SHCreateShellItemArrayFromIDLists Function Creates a Shell item array object from a list of ITEMIDLIST structures. Syntax HRESULT SHCreateShellItemArrayFromIDLists( UINT cidl, PCIDLIST_ABSOLUTE_ARRAY rgpidl, IShellItemArray **ppsiItemArray ); Parameters cidl [in] The number of elements in the array. rgpidl [in] A list of cidl constant pointers to ITEMIDLIST structures. ppsiItemArray [out] When this function returns, contains an IShellItemArray interface pointer. 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 ==原始网址==http://msdn.microsoft.com/en-us/library/bb762146(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。