Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
DsRolePrimaryDomainInfoBasicValue: 1 The DsRoleGetPrimaryDomainInformation function retrieves data from a DSROLE_PRIMARY_DOMAIN_INFO_BASIC structure. |
DsRoleUpgradeStatusThe DsRoleGetPrimaryDomainInformation function retrieves from a DSROLE_UPGRADE_STATUS_INFO structure. |
DsRoleOperationStateThe 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_PRIMARY_DOMAIN_INFO_BASIC