DeleteAnalysis
Document properties
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 TPDFlib.DeleteAnalysis(AnalysisID: Integer): Integer;ActiveX
Function PDFlib::DeleteAnalysis(AnalysisID As Long) As LongDLL
int DLDeleteAnalysis(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 |