HRESULT RefRows( ULONG cRows, const HROW rghRows[], ULONG rgRefCounts[], DBROWSTATUS rgRowStatus[], BOOL bAdd );
Return Value
A standard HRESULT value.
See IRowset::AddRefRows in the OLE DB Programmer's Reference.
Remarks
Called by AddRefRows and ReleaseRows to either increment or release a reference count to an existing row handle.
IRowsetImpl Overview | Class Members
See Also