HRESULT SetData(
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 contain the data formatted as defined by the binding information used to create the row accessor.
Return Code
S_OK
Method succeeded.
E_NOINTERFACE
Returned if IRowsetChange is not available.
E_FAIL
Returned if the object is not attached.
Comments
Uses IRowsetChange::SetData to set data for the row identified by the given HROW.