The DOMAIN_SERVER_ENABLE_STATE enumeration describes the enabled or disabled state of a server.
typedef enum _DOMAIN_SERVER_ENABLE_STATE
{
DomainServerEnabled = 1,
DomainServerDisabled
} DOMAIN_SERVER_ENABLE_STATE,
*PDOMAIN_SERVER_ENABLE_STATE;
DomainServerEnabled: The server is considered "enabled" to the client.
DomainServerDisabled: This field is not used.