다음을 통해 공유


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

Reference

CBindStatusCallback Class

Other Resources

CBindStatusCallback Members