| title | CRowset::GetDataHere | Microsoft Docs | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ms.custom | ||||||||||||||
| ms.date | 11/04/2016 | |||||||||||||
| ms.reviewer | ||||||||||||||
| ms.suite | ||||||||||||||
| ms.technology |
|
|||||||||||||
| ms.tgt_pltfrm | ||||||||||||||
| ms.topic | article | |||||||||||||
| f1_keywords |
|
|||||||||||||
| dev_langs |
|
|||||||||||||
| helpviewer_keywords |
|
|||||||||||||
| ms.assetid | 2fe2a987-1c4c-4299-876e-0591caf63af4 | |||||||||||||
| caps.latest.revision | 10 | |||||||||||||
| author | mikeblome | |||||||||||||
| ms.author | mblome | |||||||||||||
| manager | ghogen | |||||||||||||
| translation.priority.ht |
|
Retrieves data from the current row and places it into the specified buffer.
HRESULT GetDataHere(
int nAccessor,
void* pBuffer
) throw( );
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.
A standard HRESULT.
For an example of how to use this function, see the MultiRead sample.
Header: atldbcli.h