Share via


IRowsetImpl::RefRows

Called by AddRefRows and ReleaseRows to either increment or release a reference count to an existing row handle.

HRESULT RefRows( 
   DBCOUNTITEM cRows, 
   const HROW rghRows[], 
   DBREFCOUNT rgRefCounts[], 
   DBROWSTATUS rgRowStatus[], 
   BOOL bAdd  
);

Parameters

See IRowset::AddRefRows in the OLE DB Programmer's Reference.

Return Value

A standard HRESULT value.

Requirements

Header: atldb.h

See Also

Reference

IRowsetImpl Class

CSimpleRow Class

Other Resources

IRowsetImpl Members