DSROLE_OPERATION_STATE enumeration (dsrole.h)

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

 
DsRoleOperationIdle
Value: 0
The computer is idle.
DsRoleOperationActive
The computer is active.
DsRoleOperationNeedReboot
The computer requires a restart.

Requirements

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

See also

DSROLE_OPERATION_STATE_INFO

Enumerations in Active Directory Domain Services