IFullEnumerationCallback::ReportItems

Reports items that were enumerated from the local replica.


HRESULT ReportItems(
  ULONG cItems,
  const ITEM_FIELDS *pKeyAndVersionInfo);

cItems

[in] The number of items in pKeyAndVersionInfo.

pKeyAndVersionInfo

[in, unique] A collection of ITEM_FIELDS structures that contain item metadata. Specify null if there are no items in the store.

Show: