DeleteAnalysis
Description
Removes a set of analysis results from memory. Call this function after calling AnalyseFile and GetAnalysisInfo when you no longer need the information.
Syntax
Delphi
function TQuickPDF0813.DeleteAnalysis(AnalysisID: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::DeleteAnalysis(AnalysisID As Long) As Long
DLL
int QuickPDFDeleteAnalysis(int InstanceID, int AnalysisID)
Parameters
| AnalysisID | The ID of the set of analysis results to delete, as returned by the AnalyseFile function |
Return values
| 0 | The specified analysis ID was not valid |
| 1 | The set of analysis results with the specified ID was deleted successfully |