CX_GetThumbnail function

Callback function that obtains a thumbnail for an image.

Syntax

typedef int(__stdcall *PF_CX_GetThumbnail)
(
   CX_FileInfo*,
   CX_GetThumbnailParams*
);

Parameters

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

Return Value

For a description of return values, see Return Values.

Remarks

This is a callback function that the plug-in can use to obtain a thumbnail from an image.

Requirements

Header: CX_PlugIn.h

See also: