DS_REPL_OP_TYPE enumeration (ntdsapi.h)

The DS_REPL_OP_TYPE enumeration type is used to indicate the type of replication operation that a given entry in the replication queue represents.

Syntax

typedef enum _DS_REPL_OP_TYPE {
  DS_REPL_OP_TYPE_SYNC = 0,
  DS_REPL_OP_TYPE_ADD,
  DS_REPL_OP_TYPE_DELETE,
  DS_REPL_OP_TYPE_MODIFY,
  DS_REPL_OP_TYPE_UPDATE_REFS
} DS_REPL_OP_TYPE;

Constants

 
DS_REPL_OP_TYPE_SYNC
Value: 0
Indicates an inbound replication over an existing replication agreement from a direct replication partner.
DS_REPL_OP_TYPE_ADD
Indicates the addition of a replication agreement for a new direct replication partner.
DS_REPL_OP_TYPE_DELETE
Indicates the removal of a replication agreement for an existing direct replication partner.
DS_REPL_OP_TYPE_MODIFY
Indicates the modification of a replication agreement for an existing direct replication partner.
DS_REPL_OP_TYPE_UPDATE_REFS
Indicates the addition, deletion, or update of outbound change notification data for a direct replication partner.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header ntdsapi.h

See also

Active Directory Enumerations

DsReplicaGetInfo

DsReplicaGetInfo2