次の方法で共有


Assessment::GetSupportsAnalyze method

Returns an indicator of whether the assessment supports re-analysis (analysis separate from execution).

Syntax

virtual HRESULT GetSupportsAnalyze(
  [out] BOOL *analyze
) const = 0;

Parameters

analyze [out]

The indicator.

Return value

If the function succeeds, it returns S_OK. If it fails, it returns an error value.

Remarks

The indicator analyze is TRUE if the assessment supports analyze, and FALSE if it does not.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
AxeHosting.h
DLL
AxeCore.dll

See also

Assessment