术语 | shgetpropertystorefromparsingname |
释义 | SHGetPropertyStoreFromParsingName 语法: HRESULT SHGetPropertyStoreFromParsingName( PCWSTR pszPath, IBindCtx *pbc, GETPROPERTYSTOREFLAGS flags, REFIID riid, void **ppv ); SHGetPropertyStoreFromParsingName功能 返回的项属性商店,给定一个路径或解析名称。 参数 pszPath [in]指向一个空结尾的Unicode字符串,指定项目的路径。 中国人民银行 [in]指向一个IBindCtx对象,提供访问绑定上下文。此值可以为NULL。 旗帜 [in]一个或更多的GETPROPERTYSTOREFLAGS常量的值。此参数也可以为NULL。 riid 编号[in]对所需的接口的引用。 PPV的 [内]当此函数返回时,包含了接口指针riid请求。这通常是IPropertyStore或相关接口。 返回值 返回S_OK如果成功,或其他错误值。 功能信息 最低DLL版本 Shell32.dll 自定义ImplementationNo Headershobjidl.h import libraryNone 最低支持操作系统 Vista 参见 IShellItem2::GetPropertyStore ==英文原文==SHGetPropertyStoreFromParsingName Function Returns a property store for an item, given a path or parsing name. Syntax HRESULT SHGetPropertyStoreFromParsingName( PCWSTR pszPath, IBindCtx *pbc, GETPROPERTYSTOREFLAGS flags, REFIID riid, void **ppv ); Parameters pszPath [in] A pointer to a null-terminated Unicode string that specifies the item path. pbc [in] A pointer to a IBindCtx object, which provides access to a bind context. This value can be NULL. 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 See Also IShellItem2::GetPropertyStore ==原始网址==http://msdn.microsoft.com/en-us/library/bb762197(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。