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.
Gets a value that indicates whether the item was deleted from the item store.
HRESULT GetIsDeleted(
BOOL * pfTombstoneStatus);
Parameters
- pfTombstoneStatus
[out] Returns TRUE if the item was deleted from the item store; otherwise, FALSE.
Return Value
S_OK
E_POINTER
Remarks
If IItemMetadata::MarkAsDeleted was called to set the property value, but the change has not yet been saved by a call to IReplicaMetadata::SaveItemMetadata, GetIsDeleted returns the value that is contained in the IItemMetadata object and not the value that is stored in the metadata store.