Callback function that returns the format and dimensions of an image.
typedef int(__stdcall *PF_CX_GetImageInfo)
(
CX_FileInfo*,
CX_ImageInfo*
);
CX_FileInfo*
Type: CX_FileInfo*
[in] details about the file to get information for
CX_ImageInfo*
Type: CX_ImageInfo*
[out] the image's information
For a description of return values, see Return Values.
This is a callback function that the plug-in can use to get format and dimensions information about an image.
Header: CX_PlugIn.h