IE_SetMetadataList function

Function that sets metadata to a specific page of an image.

Syntax

PLUGIN_API int __stdcall IE_SetMetadataList
(
   const wchar_t* pszFileName,
   int iPage,
   MD_MetadataList* pList,
   IE_CallbackData* pCbData
);

Parameters

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

Return Value

For a description of return values, see Return Values.

Remarks

See Metadata.h for more information about metadata.

Requirements

Header: IE_PlugIn.h

See also: