SYNC_SESSION_STATISTICS Structure
Represents statistics about a single, unidirectional synchronization session.
Syntax
typedef struct _SYNC_SESSION_STATISTICS
{
DWORD dwChangesApplied;
DWORD dwChangesFailed;
} SYNC_SESSION_STATISTICS;
Members
dwChangesApplied
The total number of changes that were successfully applied during the synchronization session. This value is the sum of item changes plus change unit changes.dwChangesFailed
The total number of changes that were not applied during a session. This value is the sum of item changes plus change unit changes.
Requirements
Header: Synchronization.h
See Also
Reference
IKnowledgeSyncProvider::ProcessChangeBatch
IKnowledgeSyncProvider::ProcessFullEnumerationChangeBatch