CX_DecodeImage function

Callback function that decodes an image into a DIB (Device Independent Bitmap)

Syntax

typedef int(__stdcall *PF_CX_DecodeImage) 
(
   CX_FileInfo*,
   CX_DecodeImageParams*
);

Parameters

CX_FileInfo*

Type: CX_FileInfo*

[in] info about file to get image for

CX_DecodeImageParams*

Type: CX_DecodeImageParams*

[i/o] image decode parameters as well as the decoded image

Return Value

For a description of return values, see Return Values.

Remarks

This is a callback function that the plug-in can use to decode a specified image into a Device Independent Bitmap.

Requirements

Header: CX_PlugIn.h

See also: