Directory Services

DSROLE_PRIMARY_DOMAIN_INFO_LEVEL

The DSROLE_PRIMARY_DOMAIN_INFO_LEVEL enumeration is used with the DsRoleGetPrimaryDomainInformation function to specify the type of data to retrieve.

typedef enum 
{
  DsRolePrimaryDomainInfoBasic, 
  DsRoleUpgradeStatus, 
  DsRoleOperationState
} DSROLE_PRIMARY_DOMAIN_INFO_LEVEL;

Values

DsRolePrimaryDomainInfoBasic
The DsRoleGetPrimaryDomainInformation function retrieves data from a DSROLE_PRIMARY_DOMAIN_INFO_BASIC structure.
DsRoleUpgradeStatus
The DsRoleGetPrimaryDomainInformation function retrieves from a DSROLE_UPGRADE_STATUS_INFO structure.
DsRoleOperationState
The DsRoleGetPrimaryDomainInformation function retrieves data from a DSROLE_OPERATION_STATE_INFO structure.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Header: Declared in Dsrole.h.

See Also

DsRoleGetPrimaryDomainInformation, DSROLE_PRIMARY_DOMAIN_INFO_BASIC, DSROLE_UPGRADE_STATUS_INFO, DSROLE_OPERATION_STATE_INFO, Active Directory Enumerations