Directory Services

DSROLE_OPERATION_STATE_INFO

The DSROLE_OPERATION_STATE_INFO structure is used with the DsRoleGetPrimaryDomainInformation function to contain the operational state data for a computer.

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

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

DsRoleGetPrimaryDomainInformation, DSROLE_OPERATION_STATE, Active Directory Enumerations