Recently Updated Atl Servers Interview Questions Part – 3
What Is Function Description Of Atlaxcreatecontrol? (answer.php?
Creates a host object, connects it to the supplied window, then loads a control.
What Is Function Description Of Atlaxcreatecontrolex?
Creates a host object, connects it to the supplied window, then loads a control (also allows event sinks to be set up).
What Is Function Description Of Atlaxcreatecontrollic?
Creates a licensed ActiveX control, initializes it, and hosts it in the specified window, similar to AtlAxCreateControl.
What Is Function Description Of Atlaxgethost?
Returns the IUnknown interface pointer of the host object connected to a window.
What Is Function Description Of Atlaxdialogbox?
Creates a modal dialog box from a dialog resource.
What Is Function Description Of Atlaxcreatecontrollicex?
Creates a licensed ActiveX control, initializes it, and hosts it in the specified window, similar to AtlAxCreateControlLic.
What Is Function Description Of Atlaxcreatedialog?
Creates a modeless dialog box from a dialog resource and returns the window handle.
What Is Function Description Of Atlaxgetcontrol?
Returns the IUnknown interface pointer of the control hosted in a window.
What Is Function Description Of Atlaxwinterm?
Uninitializes the controlhosting code.
What Is Function Description Of Atlaxwininit?
Initializes the controlhosting code.
What Is Class Description Of Caxwindow2t?
Wraps an “AtlAxWinLic80” window, providing methods for creating the window, creating a control and/or attaching a licensed control to the window, and retrieving interface pointers on the host object.
What Is Class Description Of Caxdialogimpl?
Acts as a base class for dialog classes based on a dialog resource. Such dialogs can contain ActiveX controls.
What Is Class Description Of Ccomcompositecontrol?
Acts as a base class for ActiveX control classes based on a dialog resource. Such controls can contain other ActiveX controls.
What Is Class Description Of Caxwindow?
Wraps an “AtlAxWin80” window, providing methods for creating the window, creating a control and/or attaching a control to the window, and retrieving interface pointers on the host object.
What Is Class Description Of Cwindow?
Provides a method, GetDlgControl, that will return an interface pointer on a control, given the ID of its host window. In addition, the Windows API wrappers exposed by CWindow generally make window management easier.