fpFreeOLESummaryInfo()
This function frees the memory allocated by fpGetOLESummaryInfoFile()
or fpGetOLESummaryInfo()
for metadata extraction.
Syntax
BOOL pascal fpFreeOLESummaryInfo( void *pContext , KVSummaryInfoEx *pSummaryInfo );
Arguments
pContext
|
A pointer returned from fpInit() or fpInitWithLicenseData(). |
pSummaryInfo
|
A pointer to the KVSummaryInfoEx structure. |
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 fpGetOLESummaryInfo()
or fpGetOLESummaryInfoFile()
has successfully filled pSummaryInfo
, and the data is no longer required.