| title |
CRowset::AddRefRows | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
|
| ms.tgt_pltfrm |
|
| ms.topic |
article |
| f1_keywords |
CRowset<TAccessor>.AddRefRows |
CRowset.AddRefRows |
ATL.CRowset.AddRefRows |
AddRefRows |
CRowset::AddRefRows |
CRowset<TAccessor>::AddRefRows |
ATL::CRowset::AddRefRows |
ATL.CRowset<TAccessor>.AddRefRows |
ATL::CRowset<TAccessor>::AddRefRows |
|
| dev_langs |
|
| helpviewer_keywords |
|
| ms.assetid |
590b5a24-870f-4c42-b0c8-28491f368a82 |
| caps.latest.revision |
9 |
| author |
mikeblome |
| ms.author |
mblome |
| manager |
ghogen |
| translation.priority.ht |
cs-cz |
de-de |
es-es |
fr-fr |
it-it |
ja-jp |
ko-kr |
pl-pl |
pt-br |
ru-ru |
tr-tr |
zh-cn |
zh-tw |
|
Calls IRowset::AddRefRows to increment (by one) the reference count associated with the current row handle.
HRESULT AddRefRows( ) throw( );
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.
Header: atldbcli.h
CRowset Class
CRowset::ReleaseRows