Directory Services

DSROLE_UPGRADE_STATUS_INFO

The DSROLE_UPGRADE_STATUS_INFO structure is used with the DsRoleGetPrimaryDomainInformation function to contain domain upgrade status data.

typedef struct _DSROLE_UPGRADE_STATUS_INFO {
ULONG OperationState;
DSROLE_SERVER_STATE PreviousServerState; } DSROLE_UPGRADE_STATUS_INFO,
*PDSROLE_UPGRADE_STATUS_INFO;

Members

OperationState
Specifies the current state of the upgrade. This member can be one of the following values.
Value Meaning
0 An upgrade is not in progress.
DSROLE_UPGRADE_IN_PROGRESS An upgrade is in progress.
PreviousServerState
If an upgrade is in progress, this member contains one of the DSROLE_SERVER_STATE values that indicate the previous role of the server.

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, Directory Service Structures