Directory Services

DS_REPL_OP_TYPE

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.

typedef enum 
{
  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;

Values

DS_REPL_OP_TYPE_SYNC
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

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, Active Directory Enumerations