IReplicaMetadata::GetItemCount

Gets the total number of items in the metadata store and the number of deleted items in the metadata store.

Syntax

HRESULT GetItemCount(
  ULONG* pulTotalItemCount, 
  ULONG* pulDeletedItemCount);

Parameters

  • pulTotalItemCount
    [out] Returns the total number of items in the metadata store, including deleted items.

  • pulDeletedItemCount
    [out] Returns the number of deleted items in the metadata store.

Return Value

  • S_OK

  • E_POINTER

See Also

Reference

IReplicaMetadata Interface