Directory Services |
The DSROLE_SERVER_STATE enumeration is used with the DSROLE_UPGRADE_STATUS_INFO structure to indicate the role of a server.
typedef enum { DsRoleServerUnknown, DsRoleServerPrimary, DsRoleServerBackup } DSROLE_SERVER_STATE;
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Header: Declared in Dsrole.h.