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_PRIMARY_DOMAIN_INFO_BASIC