Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.