Directory Services |
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;
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.
DsReplicaSyncAll, SyncUpdateProc, DS_REPSYNCALL_EVENT, DS_REPSYNCALL_ERRINFO, DS_REPSYNCALL_SYNC, Domain Controller and Replication Management Structures