4.1.13.1.11 DS_REPL_CURSOR_2

The DS_REPL_CURSOR_2 structure defines a replication cursor for a given NC replica. This structure is a concrete representation of a ReplUpToDateVector value; it is a superset of DS_REPL_CURSOR.

 typedef struct {
   UUID uuidSourceDsaInvocationID;
   USN usnAttributeFilter;
   FILETIME ftimeLastSyncSuccess;
 } DS_REPL_CURSOR_2;

uuidSourceDsaInvocationID: The invocation ID of a DC.

usnAttributeFilter: The USN at which an update was applied on the DC.

ftimeLastSyncSuccess: The time at which the last successful replication occurred from the DC identified by uuidDsa. Used for replication latency reporting only.