This function extracts XMP metadata from a file.
KVErrorCode pascal fpGetXmpInfoFile( void *pMainContext, char *szInputFile, KVXmpInfo *pXmpInfo, DWORD dwXmpOptions );
pMainContext
|
A pointer to the TPMainContext structure, which is defined in kvtypes.h . |
szInputFile
|
A pointer to the input file. |
pXmpInfo
|
A pointer to the KVXmpInfo structure. |
dwXmpOptions
|
Set this argument to Set this argument to |
The return value is an error code. See KVErrorCode.
pXmpInfo
argument is successfully filled, and its data is no longer required, call fpFreeXmpInfo() to free the memory allocated by this function.
|