DS_REPSYNCALL_UPDATE structure
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.
Syntax
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
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Unicode and ANSI names | DS_REPSYNCALL_UPDATEW (Unicode) and DS_REPSYNCALL_UPDATEA (ANSI) |
See also
- DsReplicaSyncAll
- SyncUpdateProc
- DS_REPSYNCALL_EVENT
- DS_REPSYNCALL_ERRINFO
- DS_REPSYNCALL_SYNC
- Domain Controller and Replication Management Structures
Send comments about this topic to Microsoft
Build date: 10/26/2012