IShellImageData::GetProperties method (shimgdata.h)

Gets an IPropertySetStorage through which the properties of the image can be accessed.

Syntax

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

Parameters

[in] dwMode

Type: DWORD

Not used, set to 0.

[out] ppPropSet

Type: IPropertySetStorage**

The address of a pointer to the IPropertySetStorage interface.

Return value

Type: HRESULT

Returns S_OK if successful or an error value otherwise, including the following:

Return code Description
E_FAIL
The image has not been decoded or the decoding process failed.
E_POINTER
The ppPropSet pointer is not valid.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header shimgdata.h
DLL Shell32.dll