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