ILoadChangeContext Interface

Represents information about a change to be loaded from the item store.

Syntax

interface ILoadChangeContext : IUnknown

Members

ILoadChangeContext methods

Description

ILoadChangeContext::GetSyncChange

Gets the change item for which the change data should be retrieved from the item store.

ILoadChangeContext::SetRecoverableErrorOnChange

Indicates that a recoverable error occurred when data for this item was loaded from the item store.

ILoadChangeContext::SetRecoverableErrorOnChangeUnit

Indicates that a recoverable error occurred when data for the specified change unit was loaded from the item store.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components