IRowsetImpl::GetData

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at 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