Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.