Directory Services |
The DSROLE_MACHINE_ROLE enumeration is used with the DSROLE_PRIMARY_DOMAIN_INFO_BASIC structure to specify the computer role.
typedef enum { DsRole_RoleStandaloneWorkstation, DsRole_RoleMemberWorkstation, DsRole_RoleStandaloneServer, DsRole_RoleMemberServer, DsRole_RoleBackupDomainController, DsRole_RolePrimaryDomainController } DSROLE_MACHINE_ROLE;
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Header: Declared in Dsrole.h.
DSROLE_PRIMARY_DOMAIN_INFO_BASIC, Active Directory Enumerations