CX_SetFileMetadataItem function

Callback function that sets the metdata for an image file.

Syntax

typedef int(__stdcall *PF_CX_SetFileMetadataItem) 
(
   const wchar_t* pszFN,
   int iPage,
   CX_MetadataItem*
);

Parameters

pszFN

Type: const wchar_t*

[in] path to file

iPage

Type: int

[in] page to set the metadata for

CX_MetdataItem*

Type: CX_MetadataItem*

[in] metadata to add to the 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 add metadata to an image file.

Requirements

Header: CX_PlugIn.h

See also: