IReplicaMetadata::GetItemCount

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


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

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.

  • S_OK

  • E_POINTER

Show: