Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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