Skip to content

Latest commit

 

History

History
106 lines (90 loc) · 2.42 KB

nf-shimgdata-ishellimagedata-istransparent.md

File metadata and controls

106 lines (90 loc) · 2.42 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.IsTransparent
IShellImageData::IsTransparent (shimgdata.h)
Determines whether the image is transparent.
IShellImageData interface [Windows Shell]
IsTransparent method
IShellImageData.IsTransparent
IShellImageData::IsTransparent
IsTransparent
IsTransparent method [Windows Shell]
IsTransparent method [Windows Shell]
IShellImageData interface
_shell_IShellImageData_IsTransparent
shell.IShellImageData_IsTransparent
shimgdata/IShellImageData::IsTransparent
shell\IShellImageData_IsTransparent.htm
shell
613d2c01-47d5-41c3-8dba-5b1e1feabdf3
12/05/2018
IShellImageData interface [Windows Shell],IsTransparent method, IShellImageData.IsTransparent, IShellImageData::IsTransparent, IsTransparent, IsTransparent method [Windows Shell], IsTransparent method [Windows Shell],IShellImageData interface, _shell_IShellImageData_IsTransparent, shell.IShellImageData_IsTransparent, shimgdata/IShellImageData::IsTransparent
shimgdata.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Shimgdata.idl
Shell32.dll
Windows
19H1
IShellImageData::IsTransparent
shimgdata/IShellImageData::IsTransparent
c++
APIRef
kbSyntax
COM
Shell32.dll
IShellImageData.IsTransparent

IShellImageData::IsTransparent

-description

Determines whether the image is transparent.

-returns

Type: HRESULT

Returns one of the following:

Return code Description
S_OK
The image has transparency.
S_FALSE
The image does not have transparency.
E_FAIL
The image has not been decoded.

-remarks

If an image supports transparency but does not use it, the method returns S_FALSE.