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 addOLEDBSimpleProviderListener. This notification is issued when rows are inserted through insertRows or internally through a provider.

HRESULT insertedRows (
LONGiRow,
LONGcRows);

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.