ITEM_CHANGE Structure

Represents a change to an item in the local replica.


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

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.

Header: AnchorEnumerationProvider.h

Show: