4.1.13.1.12 DS_REPL_CURSORS_3W

The DS_REPL_CURSORS_3W structure defines a replication cursor for a given NC replica. This structure is a concrete representation of a sequence of ReplUpToDateVector values; it is a superset of DS_REPL_CURSORS_2.

 typedef struct {
   DWORD cNumCursors;
   DWORD dwEnumerationContext;
   [size_is(cNumCursors)] DS_REPL_CURSOR_3W rgCursor[];
 } DS_REPL_CURSORS_3W;

cNumCursors: The count of items in the rgCursor array.

dwEnumerationContext: The value a client uses to populate the dwEnumerationContext field of the request on a future call to IDL_DRSGetReplInfo to retrieve additional results.  For an informative description of the sequencing issues associated with this field, see section 1.3.2.

rgCursor: A set of replication cursors.