Skip to content

Latest commit

 

History

History
76 lines (67 loc) · 1.6 KB

File metadata and controls

76 lines (67 loc) · 1.6 KB
title CRowset::GetDataHere | 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>::GetDataHere
CRowset<TAccessor>.GetDataHere
CRowset.GetDataHere
GetDataHere
CRowset::GetDataHere
ATL::CRowset::GetDataHere
ATL::CRowset<TAccessor>::GetDataHere
ATL.CRowset<TAccessor>.GetDataHere
ATL.CRowset.GetDataHere
dev_langs
C++
helpviewer_keywords
GetDataHere method
ms.assetid 2fe2a987-1c4c-4299-876e-0591caf63af4
caps.latest.revision 10
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::GetDataHere

Retrieves data from the current row and places it into the specified buffer.

Syntax

  
      HRESULT GetDataHere(   
   int nAccessor,   
   void* pBuffer    
) throw( );  

Parameters

nAccessor
[in] The index number of the accessor to use for accessing the data.

pBuffer
[out] A buffer into which to place the data for the current record.

Return Value

A standard HRESULT.

Remarks

For an example of how to use this function, see the MultiRead sample.

Requirements

Header: atldbcli.h

See Also

CRowset Class
CRowset::GetData