Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the health state of an application.
Syntax
typedef enum _APPLICATION_STATE {
ApplicationStateHealthy = 0,
ApplicationStateCritical
} APPLICATION_STATE, *PAPPLICATION_STATE;
Constants
-
ApplicationStateHealthy
-
The application state is healthy.
-
ApplicationStateCritical
-
The application state is critical.
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 |
|