OLEDBSimpleProvider::isAsync

This method indicates whether provider data will populate the consumer application or control asynchronously.

HRESULT isAsync (
BOOL*pbAsynch);

Parameter

*pbAsynch

[out]
Boolean value indicating that data is returned asynchronously (1) or not (0).

Return Codes

S_OK
The method succeeded.

E_FAIL
A provider-specific error occurred.

Notes