#ifndef _NTSAM_H
/**
* DOMAIN_SERVER_ROLE_INFORMATION reports the server role for the domain.
*/
typedef struct _DOMAIN_SERVER_ROLE_INFORMATION
{
DOMAIN_SERVER_ROLE DomainServerRole;
} DOMAIN_SERVER_ROLE_INFORMATION, *PDOMAIN_SERVER_ROLE_INFORMATION;
View code on GitHubThis type is documented in the [MS-SAMR] specification.