Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |
|---|---|
|
The image has not been decoded or the decoding process failed. |
|
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 |