interface IAxWinHostWindow
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.
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