术语 | shgetpropertystorefromidlist |
释义 | SHGetPropertyStoreFromIDList 语法: HRESULT SHGetPropertyStoreFromIDList( PCIDLIST_ABSOLUTE pidl, GETPROPERTYSTOREFLAGS flags, REFIID riid, void **ppv ); SHGetPropertyStoreFromIDList功能 检索的对象,支持IPropertyStore或相关接口由一个指向项目标识符列表(的PIDL)。 参数 的PIDL [in]一个指向项目ID列表。 旗帜 [in]一个或更多的GETPROPERTYSTOREFLAGS常量的值。此参数也可以为NULL。 riid 编号[in]对所需的接口的引用。 PPV的 [内]当此函数返回时,包含了接口指针riid请求。这通常是IPropertyStore或相关接口。 返回值 返回S_OK如果成功,或其他错误值。 功能信息 最低DLL版本 Shell32.dll 自定义ImplementationNo Headershobjidl.h import libraryNone 最低支持操作系统 Vista ==英文原文==SHGetPropertyStoreFromIDList Function Retrieves an object that supports IPropertyStore or related interfaces from a pointer to an item identifier list (PIDL). Syntax HRESULT SHGetPropertyStoreFromIDList( PCIDLIST_ABSOLUTE pidl, GETPROPERTYSTOREFLAGS flags, REFIID riid, void **ppv ); Parameters pidl [in] A pointer to an item ID list. flags [in] One or more values from the GETPROPERTYSTOREFLAGS constants. This parameter can also be NULL. riid [in] A reference to the desired interface ID. ppv [out] When this function returns, contains the interface pointer requested in riid. This is typically IPropertyStore or a related interface. 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/bb762196(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。