ISimpleSyncServices::IsItemLastModifiedLocally

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

Syntax

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

Parameters

  • 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.

Return Value

  • S_OK

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

See Also

Reference

ISimpleSyncServices Interface