Callback function that retrieves an image thumbnail for a specified image file.
typedef int(__stdcall *PF_CX_GetFileImageThumbnail)
(
const wchar_t* pszFN,
CX_GetThumbnailParams*
);
pszFN
Type: const wchar_t*
[in] path to file
CX_GetThumbnailParams*
Type: CX_GetThumbnailParams*
[i/o] input parameters and output image thumbnail
For a description of return values, see Return Values.
This is a callback function that the plug-in can use to retrieve a thumbnail image for a specified image file.
Header: CX_PlugIn.h