CBindStatusCallback::OnObjectAvailable
Called by the asynchronous moniker to pass an object interface pointer to your application.
STDMETHOD(OnObjectAvailable)(
REFID /* riid */,
IUnknown* /* punk */
);
Параметры
riid
Interface identifier of the requested interface. Unused.punk
Address of the IUnknown interface. Unused.
Возвращаемое значение
Returns S_OK.
Требования
Header: atlctl.h