Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents information about the Failover attempts for a resource. This structure is used by the RESOURCE_FAILURE_INFO_BUFFER structure.
Syntax
typedef struct RESOURCE_FAILURE_INFO {
DWORD dwRestartAttemptsRemaining;
DWORD dwRestartPeriodRemaining;
} RESOURCE_FAILURE_INFO, *PRESOURCE_FAILURE_INFO;
Members
dwRestartAttemptsRemaining
The number of remaining failover attempts that can be made on the resource during the current FailoverPeriod time interval.
dwRestartPeriodRemaining
The amount of time remaining for the FailoverPeriod, in seconds.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2012 |
| Header | clusapi.h |