The DOMAIN_STATE_INFORMATION structure holds the enabled/disabled state of the server.
typedef struct _DOMAIN_STATE_INFORMATION {
DOMAIN_SERVER_ENABLE_STATE DomainServerState;
} DOMAIN_STATE_INFORMATION,
*PDOMAIN_STATE_INFORMATION;
For information on each field, see section 2.2.3.1.