Directory Services

DS_REPL_CURSORS

The DS_REPL_CURSORS structure is used with the DsReplicaGetInfo and DsReplicaGetInfo2 function to provide replication state data with respect to all replicas of a given naming context.

typedef struct _DS_REPL_CURSORS {
DWORD cNumCursors;
DWORD dwReserved;
DS_REPL_CURSOR rgCursor[1]; } DS_REPL_CURSORS;

Members

cNumCursors
Contains the number of elements in the rgCursor array.
dwReserved
Reserved for future use.
rgCursor
Contains an array of DS_REPL_CURSOR structures that contain the requested replication data. The cNumCursors member contains the number of elements in this array.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension on Windows NT 4.0 SP6a and Windows 95/98/Me.
Header: Declared in Ntdsapi.h.

See Also

DsReplicaGetInfo, DsReplicaGetInfo2, DS_REPL_CURSOR