Share via


CRowset::AddRefRows

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at CRowset::AddRefRows.

Calls IRowset::AddRefRows to increment (by one) the reference count associated with the current row handle.

Syntax

  
HRESULT AddRefRows( ) throw( );  
  

Return Value

A standard HRESULT.

Remarks

This method increments the reference count for the current row handle. Call ReleaseRows to decrement the count. Rows returned by the move methods have a reference count of one.

Requirements

Header: atldbcli.h

See Also

CRowset Class
CRowset::ReleaseRows