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 Long

DLL

int DLDeleteAnalysis(int InstanceID, int AnalysisID);

Parameters

AnalysisIDThe ID of the set of analysis results to delete, as returned by the AnalyseFile function

Return values

0The specified analysis ID was not valid
1The set of analysis results with the specified ID was deleted successfully