CX_GetImageInfo function

Callback function that returns the format and dimensions of an image.

Syntax

typedef int(__stdcall *PF_CX_GetImageInfo) 
(
   CX_FileInfo*,
   CX_ImageInfo*
);

Parameters

CX_FileInfo*

Type: CX_FileInfo*

[in] details about the file to get information for

CX_ImageInfo*

Type: CX_ImageInfo*

[out] the image's information

Return Value

For a description of return values, see Return Values.

Remarks

This is a callback function that the plug-in can use to get format and dimensions information about an image.

Requirements

Header: CX_PlugIn.h

See also: