IVmApplicationHealthMonitor::ResetAllApplicationState method

Resets the health state for all applications in a virtual machine. If successful, the health state for all monitored applications will be set to ApplicationStateHealthy.

Syntax

HRESULT ResetAllApplicationState();

Parameters

This method has no parameters.

Return value

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

Remarks

To use this programming element, the Windows 8 integration components must be installed on the virtual machine that the application is running in.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Version
Integration components for Windows 8
IDL
VmApplicationHealthMonitor.idl

See also

IVmApplicationHealthMonitor