IOfflineAnalysisCallback::OfflineAnalysisComplete method

A callback function used to notify the host that offline analysis has completed.

Syntax

HRESULT OfflineAnalysisComplete(
   DWORD   cookie,
   HRESULT result,
   BSTR    outputFullFileName
);

Parameters

cookie
A cookie that uniquely identifies the request which initiated offline analysis.

result
Indicates whether offline analysis succeeded or failed. If it succeeded, results were written to a file.

outputFullFileName
A COM string containing the name of the file where offline analysis results were written.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Header

Vspixengine.h

See also

IOfflineAnalysisCallback