This function frees the memory allocated by fpGetOLESummaryInfoFile()
or fpGetOLESummaryInfo()
for metadata extraction.
BOOL pascal fpFreeOLESummaryInfo( void *pContext , KVSummaryInfoEx *pSummaryInfo );
pContext
|
A pointer returned from fpInit() or fpInitWithLicenseData(). |
pSummaryInfo
|
A pointer to the KVSummaryInfoEx structure. |
TRUE
.FALSE
.Call this function after fpGetOLESummaryInfo()
or fpGetOLESummaryInfoFile()
has successfully filled pSummaryInfo
, and the data is no longer required.