Skip to content

Latest commit

 

History

History
91 lines (78 loc) · 2.5 KB

nf-shimgdata-ishellimagedata-isdecoded.md

File metadata and controls

91 lines (78 loc) · 2.5 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.IsDecoded
IShellImageData::IsDecoded (shimgdata.h)
Determines whether the image has been decoded by calling IShellImageData::Decode. Many operations return a failure code if the image is not first decoded.
IShellImageData interface [Windows Shell]
IsDecoded method
IShellImageData.IsDecoded
IShellImageData::IsDecoded
IsDecoded
IsDecoded method [Windows Shell]
IsDecoded method [Windows Shell]
IShellImageData interface
_shell_IShellImageData_IsDecoded
shell.IShellImageData_IsDecoded
shimgdata/IShellImageData::IsDecoded
shell\IShellImageData_IsDecoded.htm
shell
f02dbf35-4dc7-4750-978d-b703338514df
12/05/2018
IShellImageData interface [Windows Shell],IsDecoded method, IShellImageData.IsDecoded, IShellImageData::IsDecoded, IsDecoded, IsDecoded method [Windows Shell], IsDecoded method [Windows Shell],IShellImageData interface, _shell_IShellImageData_IsDecoded, shell.IShellImageData_IsDecoded, shimgdata/IShellImageData::IsDecoded
shimgdata.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Shimgdata.idl
Shell32.dll
Windows
19H1
IShellImageData::IsDecoded
shimgdata/IShellImageData::IsDecoded
c++
APIRef
kbSyntax
COM
Shell32.dll
IShellImageData.IsDecoded

IShellImageData::IsDecoded

-description

Determines whether the image has been decoded by calling IShellImageData::Decode. Many operations return a failure code if the image is not first decoded.

-returns

Type: HRESULT

Returns one of the following:

Return code Description
S_OK

IShellImageData::Decode was called on the image and was successful.

S_FALSE
All other cases.