virtual bool CAsyHandler<T>::AsyInit();
Return Value
true if successful; otherwise false.
Remark
Calls this function to asynchronously initialize an OLEDB object after a CAsyHandler<T> object is wired with an uninitialized OLEDB object. This function should be called before calling the function CAsyHandler<T>::AfterInit. For how to use it, see the example AsyNotify.