Skip to content

Latest commit

 

History

History
70 lines (61 loc) · 1.56 KB

File metadata and controls

70 lines (61 loc) · 1.56 KB
title IRowsetImpl::GetData | 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
ATL.IRowsetImpl.GetData
ATL::IRowsetImpl::GetData
IRowsetImpl::GetData
IRowsetImpl.GetData
dev_langs
C++
helpviewer_keywords
GetData method [OLE DB]
ms.assetid cb15f1cc-bd25-4b74-93c3-db71aa93829c
caps.latest.revision 8
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

IRowsetImpl::GetData

Retrieves data from the rowset's copy of the row.

Syntax

  
      STDMETHOD( GetData )(  
   HROW hRow,  
   HACCESSOR hAccessor,  
   void* pDstData   
);  

Parameters

See IRowset::GetData in the OLE DB Programmer's Reference.

Some parameters correspond to OLE DB Programmer's Reference parameters of different names, which are described in IRowset::GetData:

OLE DB Template parameters OLE DB Programmer's Reference parameters
pDstData pData

Remarks

Also handles data conversion using the OLE DB data conversion DLL.

Requirements

Header: atldb.h

See Also

IRowsetImpl Class