Directory Services

DS_REPL_CURSORS_3

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

typedef struct {
DWORD cNumCursors;
DWORD dwEnumerationContext;
DS_REPL_CURSOR_3 rgCursor[1]; } DS_REPL_CURSORS_3;

Members

cNumCursors
Contains the number of elements in the rgCursor array.
dwEnumerationContext
Contains the zero-based index of the next entry to retrieve if more entries are available. This value is passed for the dwEnumerationContext parameter in the next call to DsReplicaGetInfo2 to retrieve the next block of entries. If no more entries are available, this member contains -1.
rgCursor
Contains an array of DS_REPL_CURSOR_3 structures that contain the requested replication data. The cNumCursors member contains the number of elements in this array.

Requirements

Client: Included in Windows XP.
Server: Included in Windows Server 2003.
Unicode: Implemented as Unicode only on Windows XP.
Header: Declared in Ntdsapi.h.

See Also

DsReplicaGetInfo2, DS_REPL_CURSOR_3