Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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);
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