Callback function that decodes an image into a DIB (Device Independent Bitmap)
typedef int(__stdcall *PF_CX_DecodeImage)
(
CX_FileInfo*,
CX_DecodeImageParams*
);
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
For a description of return values, see Return Values.
This is a callback function that the plug-in can use to decode a specified image into a Device Independent Bitmap.
Header: CX_PlugIn.h