Callback function that obtains a thumbnail for an image.
typedef int(__stdcall *PF_CX_GetThumbnail)
(
CX_FileInfo*,
CX_GetThumbnailParams*
);
CX_FileInfo*
Type: CX_FileInfo*
[in] information about file to get thumbnail for
CX_GetThumbnailParams*
Type: CX_GetThumbnailParams*
[i/o] input parameters and output thumbnail
For a description of return values, see Return Values.
This is a callback function that the plug-in can use to obtain a thumbnail from an image.
Header: CX_PlugIn.h