Indicates that the specified rows are about to be deleted. aboutToDeleteRows is an event handler method, implemented through addOLEDBSimpleProviderListener. This notification is issued just prior to the rows being deleted, either from a call to deleteRows or internally through the provider.
HRESULT aboutToDeleteRows (
LONGiRow,
LONGcRows);
Parameters
iRow
[in]
Starting position of the rows to be deleted.
cRows
[in]
Number of rows to be deleted.
Return Codes
S_OK
The method succeeded.
E_FAIL
A provider-specific error occurred.
Note