OLEDBSimpleProvider::getEstimatedRows

Returns an estimate of the total number of rows in the data set. With an asynchronous provider, callers can use this method with getRowCount to get an estimate of the percentage of data received.

HRESULT getEstimatedRows (
LONG*pcRows);

Parameter

pcRows

[out]
Estimated number of rows in the data set.

Return Codes

S_OK
The method succeeded.

E_FAIL
A provider-specific error occurred.

Notes