Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DSROLE_PRIMARY_DOMAIN_INFO_LEVEL enumeration (dsrole.h)

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

Syntax

typedef enum _DSROLE_PRIMARY_DOMAIN_INFO_LEVEL {
 DsRolePrimaryDomainInfoBasic = 1,
 DsRoleUpgradeStatus,
 DsRoleOperationState
} DSROLE_PRIMARY_DOMAIN_INFO_LEVEL;

Constants

 
DsRolePrimaryDomainInfoBasic
Value: 1
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

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header dsrole.h

See also

DSROLE_OPERATION_STATE_INFO

DSROLE_PRIMARY_DOMAIN_INFO_BASIC

DSROLE_UPGRADE_STATUS_INFO

DsRoleGetPrimaryDomainInformation

Enumerations in Active Directory Domain Services


Feedback

Was this page helpful?

Additional resources