Indicates whether provider data will populate the consumer application or control asynchronously.
HRESULT isAsync ( BOOL *pbAsynch);
Parameter
Return Codes
Comments
OLEDBSimpleProvider::isAsync should always return the appropriate state; it should never block.
In Java, IOLEDBSimpleProvider::isAsync returns type int instead of Boolean because of how the interface definition is generated. Developers should return 0 for false and a nonzero integer for true.