Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
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 |
See also
Feedback
Was this page helpful?
