Skip to content

Latest commit

 

History

History
110 lines (75 loc) · 3.71 KB

nf-gdiplusimagecodec-getimagedecoderssize.md

File metadata and controls

110 lines (75 loc) · 3.71 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 req.product ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:gdiplusimagecodec.GetImageDecodersSize
GetImageDecodersSize function (gdiplusimagecodec.h)
The GetImageDecodersSize function gets the number of available image decoders and the total size of the array of ImageCodecInfo objects that is returned by the GetImageDecoders function.
GetImageDecodersSize
GetImageDecodersSize function [GDI+]
_gdiplus_FUNC_GetImageDecodersSize_numDecoders_size_
gdiplus._gdiplus_FUNC_GetImageDecodersSize_numDecoders_size_
gdiplusimagecodec/GetImageDecodersSize
gdiplus\_gdiplus_FUNC_GetImageDecodersSize_numDecoders_size_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\functions\getimagedecoderssize.htm
12/05/2018
GetImageDecodersSize, GetImageDecodersSize function [GDI+], _gdiplus_FUNC_GetImageDecodersSize_numDecoders_size_, gdiplus._gdiplus_FUNC_GetImageDecodersSize_numDecoders_size_, gdiplusimagecodec/GetImageDecodersSize
gdiplusimagecodec.h
Gdiplus.h
Windows
Windows XP, Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Gdiplus.lib
Windows
GDI+ 1.0
19H1
GetImageDecodersSize
gdiplusimagecodec/GetImageDecodersSize
c++
APIRef
kbSyntax
LibDef
Gdiplus.lib
Gdiplus.dll
GetImageDecodersSize

GetImageDecodersSize function

-description

The GetImageDecodersSize function gets the number of available image decoders and the total size of the array of ImageCodecInfo objects that is returned by the GetImageDecoders function.

-parameters

-param numDecoders [out]

Type: UINT*

Pointer to a UINT that receives the number of available image decoders.

-param size [out]

Type: UINT*

Pointer to a UINT that receives the total size, in bytes, of the array of ImageCodecInfo objects that is returned by the GetImageDecoders function.

-returns

Type: Status

If the function succeeds, it returns Ok, which is an element of the Status enumeration.

If the function fails, it returns one of the other elements of the Status enumeration.

-see-also

Bitmap

GetImageDecoders

GetImageEncoders

GetImageEncodersSize

Image

Metafile

Using Image Encoders and Decoders