HRESULT GetDataHere( int nAccessor, void* pBuffer );
Return Value
A standard HRESULT.
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.
Remarks
Retrieves data from the current row and places it into the specified buffer. For an example of how to use this function, see the MultiRead sample.
CRowset Overview | Class Members
See Also