Skip to content

Latest commit

 

History

History
91 lines (74 loc) · 2.55 KB

nf-shimgdata-ishellimagedata-cloneframe.md

File metadata and controls

91 lines (74 loc) · 2.55 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.IShellImageData.CloneFrame
IShellImageData::CloneFrame (shimgdata.h)
Retrieves a clone of the current image or frame.
CloneFrame
CloneFrame method [Windows Shell]
CloneFrame method [Windows Shell]
IShellImageData interface
IShellImageData interface [Windows Shell]
CloneFrame method
IShellImageData.CloneFrame
IShellImageData::CloneFrame
_shell_IShellImageData_CloneFrame
shell.IShellImageData_CloneFrame
shimgdata/IShellImageData::CloneFrame
shell\IShellImageData_CloneFrame.htm
shell
220d307a-7969-443c-963b-80132509ad8b
12/05/2018
CloneFrame, CloneFrame method [Windows Shell], CloneFrame method [Windows Shell],IShellImageData interface, IShellImageData interface [Windows Shell],CloneFrame method, IShellImageData.CloneFrame, IShellImageData::CloneFrame, _shell_IShellImageData_CloneFrame, shell.IShellImageData_CloneFrame, shimgdata/IShellImageData::CloneFrame
shimgdata.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Shimgdata.idl
Shell32.dll
Windows
19H1
IShellImageData::CloneFrame
shimgdata/IShellImageData::CloneFrame
c++
APIRef
kbSyntax
COM
Shell32.dll
IShellImageData.CloneFrame

IShellImageData::CloneFrame

-description

Retrieves a clone of the current image or frame.

-parameters

-param ppImg [in, out]

Type: Image**

The address that receives a pointer to the clone image. If this parameter is NULL on entry, an unhandled exception results.

-returns

Type: HRESULT

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

Return code Description
E_FAIL
The ppImg parameter is NULL on entry or the image cannot be cloned. In the latter case, ppImg is set to NULL.

-remarks

In the case of a multiframed image such as a .gif file, the current frame is cloned. In the case of non-multiframed images such a .jpg file, the entire image is cloned.