struttura CLUS_DNN_LEADER_STATUS (clusapi.h)
Rappresenta lo stato di una risorsa DNN (Distributed Network Name) per un file server Scale-Out.
Sintassi
typedef struct CLUS_DNN_LEADER_STATUS {
BOOL IsOnline;
BOOL IsFileServerPresent;
} CLUS_DNN_LEADER_STATUS, *PCLUS_DNN_LEADER_STATUS;
Members
IsOnline
TRUE se la risorsa DNN (Distributed Network Name) per il file server Scale-Out è online; in caso contrario FALSE.
IsFileServerPresent
TRUE se il file server è in esecuzione; in caso contrario FALSE.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Nessuno supportato |
Server minimo supportato | Windows Server 2008 R2 Datacenter, Windows Server 2008 R2 Enterprise |
Intestazione | clusapi.h |