Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns whether an item was last modified on the local replica.
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.