GetData

HRESULT GetData(
HROW hrow, 
HACCESSOR haccessor, 
void *pBuffer);

Parameters

hrow

Handle to a row.

haccessor

Handle to a row accessor.

pBuffer

Caller-defined buffer. This buffer must be large enough to hold data as defined by the binding information used to create the row accessor.

Return Code

S_OK

Method succeeded.

E_FAIL
Returned if the object is not attached.

Comments

Uses IRowset::GetData to retrieve data for the row identified by the given HROW.