An asynchronous moniker calls this method in response to an IMoniker::BindToObject bind operation to pass the requested object interface pointer to the client.
HRESULT OnObjectAvailable(
REFIID riid, //Interface identifier of the requested interface
IUnknown *punk //Pointer to the object requested in
// IMoniker::BindToObject
);
This method is never called for IMoniker::BindToStorage operations.
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in urlmon.h.
IBindStatusCallback::OnDataAvailable