This interface provides methods for manipulating a control and its host object.
interface IAxWinHostWindow : IUnknown
Remarks
This interface is exposed by ATL's ActiveX control hosting objects. Call the methods on this interface to create and/or attach a control to the host object, to get an interface from a hosted control, or to set the external dispinterface or UI handler for use when hosting the Web browser.
Requirements
The definition of this interface is available as IDL or C++, as shown below.
| Definition type | File | 
|---|---|
| IDL | ATLIFace.idl | 
| C++ | ATLIFace.h (also included in ATLBase.h) | 
See Also
Reference
IAxWinAmbientDispatch Interface