DSROLE_OPERATION_STATE_INFO structure (dsrole.h)

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_INFO {
  DSROLE_OPERATION_STATE OperationState;
} DSROLE_OPERATION_STATE_INFO, *PDSROLE_OPERATION_STATE_INFO;

Members

OperationState

Contains one of the DSROLE_OPERATION_STATE values that indicates the computer operational state.

Requirements

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

See also

DSROLE_OPERATION_STATE

DsRoleGetPrimaryDomainInformation

Enumerations in Active Directory Domain Services