Callback function to retrieve a specific piece of metadata associated with an image.
typedef int(__stdcall *PF_CX_GetFileMetadataItem)
(
const wchar_t* pszFN,
int iPage,
CX_MetadataItem*
);
pszFN
Type: const wchar_t*
[in] path to file
iPage
Type: int
[in] which page of the image to retrieve metadata from
CX_MetadataItem*
Type: CX_MetadataItem*
[i/o] used to specify the kind of metadata to retrieve going in, and to return the metadata coming out.
For a description of return values, see Return Values.
This is a callback function that the plug-in can use to retrieve a specific piece of metadata associated with an image.
Header: CX_PlugIn.h