OLEDBSimpleProviderListener::deletedRows

deletedRows is an event handler method, implemented through addOLEDBSimpleProviderListener. It indicates that cRows were deleted beginning at row iRow. The notification is issued when rows are deleted through deleteRows or internally by a provider.

HRESULT deletedRows (
LONGiRow,
LONGcRows);

Parameters

iRow

[in]
The row position of the changed cell(s).

cRows

[in]
Number of rows to be deleted.

Return Codes

S_OK
The method succeeded.

E_FAIL
A provider-specific error occurred.

Notes