OLE DB Simple Provider Toolkit

OLEDBSimpleProviderListener::insertedRows

Indicates that the specified rows were inserted, beginning at the row position specified by iRow. insertedRows is an event handler method, implemented through OLEDBSimpleProvider::addOLEDBSimpleProviderListener. This notification is issued when rows are inserted through OLEDBSimpleProvider::insertRows or internally through a provider.

HRESULT insertedRows (
   LONG   iRow,
   LONG   cRows);

Parameters

iRow
[in]
Starting position of the inserted rows.
cRows
[in]
Number of inserted rows.

Return Codes

S_OK
The method succeeded.
E_FAIL
A provider-specific error occurred.