ISimpleSyncServices::IsItemLastModifiedLocally

Returns whether an item was last modified on the local replica.


HRESULT IsItemLastModifiedLocally(
  const ITEM_FIELDS *pKeyInfo,
  BOOL *pfItemLastModifiedLocally);

pKeyInfo

[in] An ITEM_FIELDS object that represents an item and its associated fields.

pfItemLastModifiedLocally

[out] Returns true if the local metadata indicates that the specified item was last modified locally. Returns false if the item is known, but it was not last modified locally.

  • S_OK

  • E_INVALIDARG when the simple provider requires that pKeyInfo contains values for the primary identity rules.

Show: