Platform SDK: Active Directory, ADSI, and Directory Services |
The DsReplicaModify function modifies a replication source reference for a destination naming context (NC).
DWORD DsReplicaModify( HANDLE hDS, LPCTSTR NameContext, const UUID *pUuidSourceDsa, LPCTSTR TransportDn, LPCTSTR SourceDsaAddress, const PSCHEDULE pSchedule, DWORD ReplicaFlags, DWORD ModifyFields, DWORD Options );
Value | Meaning |
---|---|
DS_REPMOD_UPDATE_ADDRESS | Updates the address associated with the referenced server. |
DS_REPMOD_UPDATE_FLAGS | Updates the flags associated with the replica. |
DS_REPMOD_UPDATE_RESULT | Not used. Specifying updates of result values is not allowed at this time. Result values default to 0. |
DS_REPMOD_UPDATE_SCHEDULE | Updates the periodic replication schedule associated with the replica. |
DS_REPMOD_UPDATE_TRANSPORT | Updates the transport associated with the replica. |
Value | Meaning |
---|---|
DS_REPMOD_ASYNCHRONOUS_OPERATION | Performs this operation asynchronously. |
DS_REPMOD_WRITEABLE | Signifies the replica being modified is writeable. |
If the function performs its operation successfully, the return value is ERROR_SUCCESS.
If the function fails, the return value can be one of the following.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Ntdsapi.h.
Library: Included as a resource in Ntdsapi.dll.
Unicode: Implemented as Unicode and ANSI versions on Windows 2000.
DC and Replication Management Functions, DsReplicaAdd, DsReplicaDel, DsReplicaSync, DsReplicaSyncAll, DsReplicaUpdateRefs