SYNC_SESSION_STATISTICS structure (winsync.h)

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

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header winsync.h

See also

IKnowledgeSyncProvider::ProcessChangeBatch Method

IKnowledgeSyncProvider::ProcessFullEnumerationChangeBatch Method

Windows Sync Structures