Callback function that decodes a specified image file into a DIB (Device Independent Bitmap).
typedef int(__stdcall *PF_CX_DecodeFileImage)
(
const wchar_t* pszFN,
CX_DecodeImageParams*
);
pszFN
Type: const wchar_t*
[in] path to file to decode
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