HRESULT DeleteRows(
const HROW *phRows,
ULONG cRows,
DBROWSTATUS *pRowsStatus);
Parameters
phRows
Array of row handles.
cRows
The number of row handles in the array.
pRowsStatus
Caller-allocated buffer to receive the status of each row in the array.
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::DeleteRows to delete the rows identified by the given array of HROWs.