ITEM_CHANGE Structure

Represents a change to an item in the local replica.

Syntax

typedef struct _ITEM_CHANGE
{
  ITEM_CHANGE_TYPE ictChangeType;
  ITEM_FIELDS *pKeyAndVersionInfo;
} ITEM_CHANGE;

Members

  • ictChangeType
    An ITEM_CHANGE_TYPE enumeration value that indicates whether an item was created, updated, or deleted.

  • pKeyAndVersionInfo
    An ITEM_FIELDS structure that identifies the key and version fields for the item that changed.

Requirements

Header: AnchorEnumerationProvider.h

See Also

Concepts

Sync Framework Simple Provider Components