Returns a count of hard references to each of the specified object IDs.
Parameters
Parameters
Description
objectIds
[in] Array of object IDs.
counts
[out] Receives an array of hard reference counts.
Remarks
counts must be the same size as objectIds.
Each element of counts will be incremented for each hard reference of the corresponding objectId. The caller must initialize the elements of count to zero or an appropriate value before calling this function.