CX_DecodeFileImage function

Callback function that decodes a specified image file into a DIB (Device Independent Bitmap).

Syntax

typedef int(__stdcall *PF_CX_DecodeFileImage) 
(
   const wchar_t* pszFN,
   CX_DecodeImageParams*
);

Parameters

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

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: