Freigeben über


CBindStatusCallback::OnObjectAvailable

Called by the asynchronous moniker to pass an object interface pointer to your application.

STDMETHOD(OnObjectAvailable)(
   REFID /* riid */,
      IUnknown* /* punk */ 
);

Parameters

  • riid
    Interface identifier of the requested interface. Unused.

  • punk
    Address of the IUnknown interface. Unused.

Return Value

Returns S_OK.

Requirements

Header: atlctl.h

See Also

Concepts

CBindStatusCallback Class

CBindStatusCallback Members