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_OPERATION_STATE enumeration is used with the DSROLE_OPERATION_STATE_INFO structure to indicate the operational state of a computer.
Syntax
typedef enum _DSROLE_OPERATION_STATE {
DsRoleOperationIdle = 0,
DsRoleOperationActive,
DsRoleOperationNeedReboot
} DSROLE_OPERATION_STATE;
Constants
DsRoleOperationIdleValue: 0 The computer is idle. |
DsRoleOperationActiveThe computer is active. |
DsRoleOperationNeedRebootThe computer requires a restart. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | dsrole.h |