Directory Services

DSROLE_OPERATION_STATE

The DSROLE_OPERATION_STATE enumeration is used with the DSROLE_OPERATION_STATE_INFO structure to indicate the operational state of a computer.

typedef enum 
{
  DsRoleOperationIdle, 
  DsRoleOperationActive, 
  DsRoleOperationNeedReboot
} DSROLE_OPERATION_STATE;

Values

DsRoleOperationIdle
The computer is idle.
DsRoleOperationActive
The computer is active.
DsRoleOperationNeedReboot
The computer requires a reboot.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Header: Declared in Dsrole.h.

See Also

DSROLE_OPERATION_STATE_INFO, Active Directory Enumerations