Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents statistics about a single, unidirectional synchronization session.
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
ISyncSession::Start