Condividi tramite


RESOURCE_FAILURE_INFO struttura (clusapi.h)

Rappresenta le informazioni sui tentativi di failover per una risorsa. Questa struttura viene usata dalla struttura RESOURCE_FAILURE_INFO_BUFFER .

Sintassi

typedef struct RESOURCE_FAILURE_INFO {
  DWORD dwRestartAttemptsRemaining;
  DWORD dwRestartPeriodRemaining;
} RESOURCE_FAILURE_INFO, *PRESOURCE_FAILURE_INFO;

Members

dwRestartAttemptsRemaining

Numero di tentativi di failover rimanenti che possono essere eseguiti nella risorsa durante l'intervallo di tempo failoverperiod corrente.

dwRestartPeriodRemaining

Quantità di tempo rimanente per failoverPeriod, in secondi.

Requisiti

Requisito Valore
Client minimo supportato Nessuno supportato
Server minimo supportato Windows Server 2012
Intestazione clusapi.h

Vedi anche

RESOURCE_FAILURE_INFO_BUFFER

Strutture di utilità