structure CLUS_DNN_LEADER_STATUS (clusapi.h)
Représente la status d’une ressource DNN (Distributed Network Name) pour un serveur de fichiers Scale-Out.
Syntaxe
typedef struct CLUS_DNN_LEADER_STATUS {
BOOL IsOnline;
BOOL IsFileServerPresent;
} CLUS_DNN_LEADER_STATUS, *PCLUS_DNN_LEADER_STATUS;
Membres
IsOnline
TRUE si la ressource DNN (Distributed Network Name) du serveur de fichiers Scale-Out est en ligne ; sinon , FALSE.
IsFileServerPresent
TRUE si le serveur de fichiers est en cours d’exécution ; sinon , FALSE.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Aucun pris en charge |
Serveur minimal pris en charge | Windows Server 2008 R2 Datacenter, Windows Server 2008 R2 Entreprise |
En-tête | clusapi.h |