Callback function that returns the image format and dimensions for as specified image file.
typedef int(__stdcall *PF_CX_GetFileImageInfo)
(
const wchar_t* pszFN,
CX_ImageInfo*
);
pszFN
Type: const wchar_t*
[in] path to file
CX_ImageInfo*
Type: CX_ImageInfo*
[out] the format and dimension info for the specified image
For a description of return values, see Return Values.
This is a callback function that the plug-in can use to retrieve format and dimensions for a specified image.
Header: CX_PlugIn.h