The DRS_MSG_REPADD_V2 structure defines a request message sent to the IDL_DRSReplicaAdd method. This request version is a superset of V1.
typedef struct {
[ref] DSNAME* pNC;
[unique] DSNAME* pSourceDsaDN;
[unique] DSNAME* pTransportDN;
[ref] [string] char* pszSourceDsaAddress;
REPLTIMES rtSchedule;
ULONG ulOptions;
} DRS_MSG_REPADD_V2;
pNC: The NC root of the NC to replicate.
pSourceDsaDN: The nTDSDSA object for the DC from which to replicate changes.
pTransportDN: The interSiteTransport object that identifies the network transport over which replication is to be performed.
pszSourceDsaAddress: The transport-specific NetworkAddress of the DC from which to replicate updates.
rtSchedule: The schedule used to perform periodic replication.
ulOptions: Zero or more DRS_OPTIONS flags.