CLUS_DNN_LEADER_STATUS structure (clusapi.h)
Represents the status of a Distributed Network Name (DNN) resource for a Scale-Out File Server.
Syntax
typedef struct CLUS_DNN_LEADER_STATUS {
BOOL IsOnline;
BOOL IsFileServerPresent;
} CLUS_DNN_LEADER_STATUS, *PCLUS_DNN_LEADER_STATUS;
Members
IsOnline
TRUE if the Distributed Network Name (DNN) resource for the Scale-Out File Server is online; otherwise FALSE.
IsFileServerPresent
TRUE if the file server is running; otherwise FALSE.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 Datacenter, Windows Server 2008 R2 Enterprise |
Header | clusapi.h |