IShellImageData::GetProperties 方法 (shimgdata.h)

获取可以访问图像属性的 IPropertySetStorage

语法

HRESULT GetProperties(
  [in]  DWORD               dwMode,
  [out] IPropertySetStorage **ppPropSet
);

参数

[in] dwMode

类型:DWORD

未使用,设置为 0。

[out] ppPropSet

类型: IPropertySetStorage**

指向 IPropertySetStorage 接口的指针的地址。

返回值

类型: HRESULT

如果成功,则返回 S_OK ,否则返回错误值,包括:

返回代码 说明
E_FAIL
映像尚未解码或解码过程失败。
E_POINTER
ppPropSet 指针无效。

要求

要求
最低受支持的客户端 Windows XP [仅限桌面应用]
最低受支持的服务器 Windows Server 2003 [仅限桌面应用]
目标平台 Windows
标头 shimgdata.h
DLL Shell32.dll