2.2.3.2 DOMAIN_SERVER_ENABLE_STATE
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.