Directory Services

DS_REPSYNCALL_UPDATE

The DS_REPSYNCALL_UPDATE structure contains status data about the replication performed by the DsReplicaSyncAll function. The DsReplicaSyncAll function passes this structure to a callback function in its pFnCallBack parameter. For more information about the callback function, see SyncUpdateProc.

typedef struct {
DS_REPSYNCALL_EVENT event;
DS_REPSYNCALL_ERRINFO* pErrInfo;
DS_REPSYNCALL_SYNC* pSync; } DS_REPSYNCALL_UPDATE,
*PDS_REPSYNCALL_UPDATE;

Members

event
Contains a DS_REPSYNCALL_EVENT value that describes the event which the DS_REPSYNCALL_UPDATE structure represents.
pErrInfo
Pointer to a DS_REPSYNCALL_ERRINFO structure that contains error data about the replication performed by the DsReplicaSyncAll function.
pSync
Pointer to a DS_REPSYNCALL_SYNC structure that identifies the source and destination servers that have either initiated or finished synchronization.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Unicode: Declared as Unicode and ANSI structures.
Header: Declared in Ntdsapi.h.

See Also

DsReplicaSyncAll, SyncUpdateProc, DS_REPSYNCALL_EVENT, DS_REPSYNCALL_ERRINFO, DS_REPSYNCALL_SYNC, Domain Controller and Replication Management Structures