This function frees the memory allocated by fpGetXmpInfoFile()
or fpGetXmpInfoStream()
for metadata extraction.
BOOL pascal fpFreeXmpInfo( void *pContext , KVXmpInfo *pXmpInfo );
pContext
|
A pointer returned from fpInit() . |
pXmpInfo
|
A pointer to the structure KVXmpInfo. |
TRUE
.FALSE
.Call this function after fpGetXmpInfoFile()
or fpGetXmpInfoStream()
has successfully filled pXmpInfo
, and the data is no longer required.
|