6.6 Starting and Releasing Applications
In general the Frame Application uses the interface IDtmApplication to start an application or uses
IDtmActiveXInformation to get the information about an ActiveX control for the required application. The
following sequence chart shows how the Frame Application starts an application and how it handles the
asynchronous behavior of the user interface via the invoke id. The same mechanism is used for ActiveX
controls. The association between user interface and invoke id can always be used to synchronize DTM
and Frame Application, independent whether the user closes the user-interface or it is closed by the
Frame Application via ExitApplication() or PrepareToRelease()

Used methods:
IDtmApplication::StartApplication()
IDtmEvents::OnApplicationClosed()
|