AddRefRows

HRESULT AddRefRows(
const HROW *pRows, 
ULONG cRows);

Parameters

pRows

Array of HROWs to release.

cRows

The number of HROWs in the array.

Return Code

S_OK

 Method succeeded.

E_FAIL

Returned if the object is not attached.

Comments

Uses IRowset::AddRefRows to increment the reference count of the HROWs in the given array.