OLEDBSimpleProviderListener::rowsAvailable

Indicates that a specified sequence of rows is now available. rowsAvailable is an event handler method, implemented through addOLEDBSimpleProviderListener. This event method notifies data consumers that additional row information is available.

HRESULT rowsAvailable (
LONGiRow,
LONGcRows);

Parameters

iRow

[in]
Starting position of the available rows.

cRows

[in]
Number of available rows.

Return Codes

S_OK
The method succeeded.

E_FAIL
A provider-specific error occurred.

Note