Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.