CRowset::IsSameRow

 

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

Compares the specified row with the current row.

Syntax

  
      HRESULT IsSameRow(   
   HROW hRow    
) const throw( );  

Parameters

hRow
[in] A handle to the row to compare to the current row.

Return Value

A standard HRESULT. S_OK indicates the rows are the same. For other values, see IRowsetIndentity::IsSameRow in the OLE DB Programmer's Reference in the Windows SDK.

Requirements

Header: atldbcli.h

See Also

CRowset Class