Callback function that sets the metdata for an image file.
typedef int(__stdcall *PF_CX_SetFileMetadataItem)
(
const wchar_t* pszFN,
int iPage,
CX_MetadataItem*
);
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.
For a description of return values, see Return Values.
This is a callback function that the plug-in can use to add metadata to an image file.
Header: CX_PlugIn.h