IRowsetImpl::RefRows

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

Return Value

A standard HRESULT value.

See 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 OverviewClass Members

See Also

CSimpleRow