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_GENERAL Value: 0 A general failure. |
FAILURE_TYPE_EMBEDDED Value: 1 An embedded failure. |
FAILURE_TYPE_NETWORK_LOSS Value: 2 A network failure. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 R2 |
Header | resapi.h |