Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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