Skip to content

Latest commit

 

History

History
107 lines (92 loc) · 3.21 KB

nf-shimgdata-ishellimagedatafactory-createishellimagedata.md

File metadata and controls

107 lines (92 loc) · 3.21 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shimgdata.IShellImageDataFactory.CreateIShellImageData
IShellImageDataFactory::CreateIShellImageData (shimgdata.h)
Creates an instance of the IShellImageData interface.
CreateIShellImageData
CreateIShellImageData method [Windows Shell]
CreateIShellImageData method [Windows Shell]
IShellImageDataFactory interface
IShellImageDataFactory interface [Windows Shell]
CreateIShellImageData method
IShellImageDataFactory.CreateIShellImageData
IShellImageDataFactory::CreateIShellImageData
_shell_IShellImageDataFactory_CreateIShellImageData
shell.IShellImageDataFactory_CreateIShellImageData
shimgdata/IShellImageDataFactory::CreateIShellImageData
shell\IShellImageDataFactory_CreateIShellImageData.htm
shell
fdba8376-c878-4fc8-bedc-e73cfeef8b9b
12/05/2018
CreateIShellImageData, CreateIShellImageData method [Windows Shell], CreateIShellImageData method [Windows Shell],IShellImageDataFactory interface, IShellImageDataFactory interface [Windows Shell],CreateIShellImageData method, IShellImageDataFactory.CreateIShellImageData, IShellImageDataFactory::CreateIShellImageData, _shell_IShellImageDataFactory_CreateIShellImageData, shell.IShellImageDataFactory_CreateIShellImageData, shimgdata/IShellImageDataFactory::CreateIShellImageData
shimgdata.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Shimgdata.idl
Shell32.dll
Windows
19H1
IShellImageDataFactory::CreateIShellImageData
shimgdata/IShellImageDataFactory::CreateIShellImageData
c++
APIRef
kbSyntax
COM
Shell32.dll
IShellImageDataFactory.CreateIShellImageData

IShellImageDataFactory::CreateIShellImageData

-description

Creates an instance of the IShellImageData interface.

-parameters

-param ppshimg [out]

Type: IShellImageData**

The address of a pointer to an instance of IShellImageData.

-returns

Type: HRESULT

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

Return code Description
E_OUTOFMEMORY
The internal object cannot be instantiated.
E_NOINTERFACE
The internal object does not support IShellImageData.
E_POINTER
The ppshimg parameter is NULL.