Skip to content

Latest commit

 

History

History
82 lines (64 loc) · 2.92 KB

nf-wincodec-iwicbitmapdecoder-getcolorcontexts.md

File metadata and controls

82 lines (64 loc) · 2.92 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:wincodec.IWICBitmapDecoder.GetColorContexts
IWICBitmapDecoder::GetColorContexts (wincodec.h)
Retrieves the IWICColorContext objects of the image.
GetColorContexts
GetColorContexts method [Windows Imaging Component]
GetColorContexts method [Windows Imaging Component]
IWICBitmapDecoder interface
IWICBitmapDecoder interface [Windows Imaging Component]
GetColorContexts method
IWICBitmapDecoder.GetColorContexts
IWICBitmapDecoder::GetColorContexts
_wic_codec_iwicbitmapdecoder_getcolorcontexts
wic._wic_codec_iwicbitmapdecoder_getcolorcontexts
wincodec/IWICBitmapDecoder::GetColorContexts
wic\_wic_codec_iwicbitmapdecoder_getcolorcontexts.htm
wic
55fdf9c0-5fa4-46e2-b4d2-42b8d4c90887
12/05/2018
GetColorContexts, GetColorContexts method [Windows Imaging Component], GetColorContexts method [Windows Imaging Component],IWICBitmapDecoder interface, IWICBitmapDecoder interface [Windows Imaging Component],GetColorContexts method, IWICBitmapDecoder.GetColorContexts, IWICBitmapDecoder::GetColorContexts, _wic_codec_iwicbitmapdecoder_getcolorcontexts, wic._wic_codec_iwicbitmapdecoder_getcolorcontexts, wincodec/IWICBitmapDecoder::GetColorContexts
wincodec.h
Windows
Windows XP with SP2, Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 [desktop apps \| UWP apps]
Wincodec.idl
Windowscodecs.lib
Windows
19H1
IWICBitmapDecoder::GetColorContexts
wincodec/IWICBitmapDecoder::GetColorContexts
c++
APIRef
kbSyntax
COM
Windowscodecs.lib
Windowscodecs.dll
IWICBitmapDecoder.GetColorContexts

IWICBitmapDecoder::GetColorContexts

-description

Retrieves the IWICColorContext objects of the image.

-parameters

-param cCount [in]

Type: UINT

The number of color contexts to retrieve.

This value must be the size of, or smaller than, the size available to ppIColorContexts.

-param ppIColorContexts [in, out]

Type: IWICColorContext**

A pointer that receives a pointer to the IWICColorContext.

-param pcActualCount [out]

Type: UINT*

A pointer that receives the number of color contexts contained in the image.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.