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.
Defines the failure types for cluster resources.
Syntax
typedef enum _FAILURE_TYPE {
FAILURE_TYPE_GENERAL = 0,
FAILURE_TYPE_EMBEDDED = 1,
FAILURE_TYPE_NETWORK_LOSS = 2
} FAILURE_TYPE, *PFAILURE_TYPE;
Constants
FAILURE_TYPE_GENERALValue: 0 A general failure. |
FAILURE_TYPE_EMBEDDEDValue: 1 An embedded failure. |
FAILURE_TYPE_NETWORK_LOSSValue: 2 A network failure. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2012 R2 |
| Header | resapi.h |