CRowset::IsSameRow

Compares the specified row with the current row.

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

Reference

CRowset Class

Other Resources

CRowset Members