SYNC_SESSION_STATISTICS Structure

Represents statistics about a single, unidirectional synchronization session.


typedef struct _SYNC_SESSION_STATISTICS
{
    DWORD dwChangesApplied;
    DWORD dwChangesFailed;
} SYNC_SESSION_STATISTICS;

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.

Header: Synchronization.h

Show: