OLEDBSimpleProvider::getRowCount

Returns the number of rows in the data set.

HRESULT getRowCount (
LONG*pcRows);

Parameters

pcRows

[out]
A pointer to the number of rows returned by the pcRow argument. The number does not include the row header information.

Return Codes

S_OK
The method succeeded.

E_FAIL
A provider-specific error occurred.