Skip to content

Latest commit

 

History

History
67 lines (59 loc) · 1.56 KB

File metadata and controls

67 lines (59 loc) · 1.56 KB
title CRowset::AddRefRows | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
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
C++
helpviewer_keywords
AddRefRows method
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

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