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.
Creates an instance of the IShellImageData interface.
Syntax
HRESULT CreateIShellImageData(
[out] IShellImageData **ppshimg
);
Parameters
[out] ppshimg
Type: IShellImageData**
The address of a pointer to an instance of IShellImageData.
Return value
Type: HRESULT
Returns S_OK if successful, or an error value otherwise, including the following:
| Return code | Description |
|---|---|
|
The internal object cannot be instantiated. |
|
The internal object does not support IShellImageData. |
|
The ppshimg parameter is NULL. |
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 |