CX_GetFileImageInfo function

Callback function that returns the image format and dimensions for as specified image file.

Syntax

typedef int(__stdcall *PF_CX_GetFileImageInfo) 
(
   const wchar_t* pszFN,
   CX_ImageInfo*
);

Parameters

pszFN

Type: const wchar_t*

[in] path to file

CX_ImageInfo*

Type: CX_ImageInfo*

[out] the format and dimension info for the specified image

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 format and dimensions for a specified image.

Requirements

Header: CX_PlugIn.h

See also: