Share via


Support::IsEngineRunning method

Determines if the Axe engine is running, which tells an assessment if it is running under Axe.

Syntax

virtual HRESULT IsEngineRunning(
  [out] BOOL *engineRunning
) const = 0;

Parameters

engineRunning [out]

A Boolean value that indicates whether the Axe engine is running.

Return value

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

Remarks

This method enables an assessment to determine if Axe is running.

Managed code uses the Support.EngineRunning property.

Requirements

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

See also

Support