Poznámka
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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