IAxWinAmbientDispatchEx::SetAmbientDispatch
This method is called to supplement the default ambient property interface with a user-defined interface.
virtual HRESULT STDMETHODCALLTYPE SetAmbientDispatch(
IDispatch* pDispatch
) = 0;
Parameters
- pDispatch
Pointer to the new interface.
Return Value
Returns S_OK on success, or an error HRESULT on failure.
Remarks
When SetAmbientDispatch is called with a pointer to a new interface, this new interface will be used to invoke any properties or methods asked for by the hosted control — if those properties are not already provided by IAxWinAmbientDispatch.
Requirements
Header: atliface.h