#ifndef _NTSAM_H typedef enum _DOMAIN_SERVER_ROLE { DomainServerRoleBackup = 2, DomainServerRolePrimary } DOMAIN_SERVER_ROLE, *PDOMAIN_SERVER_ROLE; #endif View code on GitHub
This type is documented in the [MS-SAMR] specification.