Share via


CRowset::ReleaseRows

 

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::ReleaseRows.

Calls IRowset::ReleaseRows to release the current row handle.

Syntax

  
HRESULT ReleaseRows( ) throw( );  
  

Return Value

A standard HRESULT.

Requirements

Header: atldbcli.h

See Also

CRowset Class