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 |
); |
Parameters
Return Values
Remarks
This method is never called for IMoniker::BindToStorage operations.
See Also
IBindStatusCallback::OnDataAvailable