#ifndef _NTSAM_H
/**
* DOMAIN_STATE_INFORMATION reports the enabled/disabled state of the domain server.
*/
typedef struct _DOMAIN_STATE_INFORMATION
{
DOMAIN_SERVER_ENABLE_STATE DomainServerState;
} DOMAIN_STATE_INFORMATION, *PDOMAIN_STATE_INFORMATION;
View code on GitHubThis type is documented in the [MS-SAMR] specification.