RESOURCE_FAILURE_INFO structure (clusapi.h)

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

See also

RESOURCE_FAILURE_INFO_BUFFER

Utility Structures