CX_GetFileImageThumbnail function

Callback function that retrieves an image thumbnail for a specified image file.

Syntax

typedef int(__stdcall *PF_CX_GetFileImageThumbnail) 
(
   const wchar_t* pszFN,
   CX_GetThumbnailParams*
);

Parameters

pszFN

Type: const wchar_t*

[in] path to file

CX_GetThumbnailParams*

Type: CX_GetThumbnailParams*

[i/o] input parameters and output image thumbnail

Return Value

For a description of return values, see Return Values.

Remarks

This is a callback function that the plug-in can use to retrieve a thumbnail image for a specified image file.

Requirements

Header: CX_PlugIn.h

See also: