DSROLE_OPERATION_STATE_INFO structure
The DSROLE_OPERATION_STATE_INFO structure is used with the DsRoleGetPrimaryDomainInformation function to contain the operational state data for a computer.
Syntax
typedef struct { DSROLE_OPERATION_STATE OperationState; } DSROLE_OPERATION_STATE_INFO;
Members
- OperationState
-
Contains one of the DSROLE_OPERATION_STATE values that indicates the computer operational state.
Requirements
|
Minimum supported client |
Windows Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
See also
- DsRoleGetPrimaryDomainInformation
- DSROLE_OPERATION_STATE
- Enumerations in Active Directory Domain Services
Show: