GROUP_FAILURE_INFO structure (clusapi.h)
Represents information about the Failover attempts for a group failure.
Syntax
typedef struct GROUP_FAILURE_INFO {
DWORD dwFailoverAttemptsRemaining;
DWORD dwFailoverPeriodRemaining;
} GROUP_FAILURE_INFO, *PGROUP_FAILURE_INFO;
Members
dwFailoverAttemptsRemaining
The number of remaining failover attempts that can be made on the group during the current FailoverPeriod time interval.
dwFailoverPeriodRemaining
The amount of time remaining for the FailoverPeriod, in hours.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 |
Header | clusapi.h |