New ATL Interview Questions :: ALLInterview.com http://www.allinterview.com New ATL Interview Questions en-us what type of questions are asked in the test of pcs and what type of http://www.allinterview.com/showanswers/84662.html why we write function's implementation in .h file while develop http://www.allinterview.com/showanswers/84124.html what is proces ? http://www.allinterview.com/showanswers/57145.html proces is an action. go to do something. it's continue or stay to hold how to create SDK based ATL ? how to create SDK based COM? http://www.allinterview.com/showanswers/29093.html How to Load Controls Specified at Run Time? http://www.allinterview.com/showanswers/16205.html Use the CAxWindow class as described below: Make sure that AtlAxWinInit has been called. AtlAxWinInit(); What Is "AtlAxWin80"? http://www.allinterview.com/showanswers/16204.html "AtlAxWin80" is the name of a window class that helps provide ATL's control-hosting functionality. When you create an instance of this class, the window procedure will automatically use the control-hosting API to create a host What Is the ATL Control-Hosting API? http://www.allinterview.com/showanswers/16203.html ATL's control-hosting API is the set of functions that allows any window to act as an ActiveX control container. These functions can be statically or dynamically linked into your project since they are available as source code and expose Which ATL Classes Facilitate ActiveX Control Containment? http://www.allinterview.com/showanswers/16202.html Which ATL Classes Facilitate ActiveX Control Containment? ATL's control-hosting code doesn't require you to use any ATL classes; you can simply create an "AtlAxWin80" window and use the control-hosting API if necessary (f How to Implement multiple dual interfaces ? http://www.allinterview.com/showanswers/16200.html You can implement a dual interface using the IDispatchImpl class, which provides a default implementation of the IDispatch methods in a dual interface. For more information To use this class: Define your dual interface in a type library. How to Reuse interface implementation in source in ATL projects ? http://www.allinterview.com/showanswers/16199.html http://vcfaq.mvps.org/com/7.htm How to Implement static object hierarchies in ATL ? http://www.allinterview.com/showanswers/16198.html How to Use structs in Automation-compatible interfaces? http://www.allinterview.com/showanswers/16197.html How to Obtain data from the client via an outgoing event dispinterfa http://www.allinterview.com/showanswers/16196.html Will ATL create all of the topological relationships within the topo http://www.allinterview.com/showanswers/16193.html Does ATL require an application server to operate? http://www.allinterview.com/showanswers/16192.html