Function that sets metadata to a specific page of an image.
PLUGIN_API int __stdcall IE_SetMetadataList
(
const wchar_t* pszFileName,
int iPage,
MD_MetadataList* pList,
IE_CallbackData* pCbData
);
pszFileName
Type: wchar_t*
[in] Filename of the image to add metadata to
iPage
Type: int
[in] page to set metadata to
pList
Type: MD_MetadataList*
[in] A list of MD_MetadataItems that the plug-in should add to the specified page of the image (See Metadata.h for more details.)
pCbData
Type: IE_CallbackData*
[in] An IE_CallbackData that the plug-in should use to report progress
For a description of return values, see Return Values.
See Metadata.h for more information about metadata.
Header: IE_PlugIn.h