RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCOMAdminCatalog.StartApplication Method

Launches a COM+ server application in a dedicated process.

Pascal
procedure StartApplication(const bstrApplIdOrName: WideString);
C++
__fastcall StartApplication(const BSTR bstrApplIdOrName);

Call StartApplication to start up a COM+ server application. The components in the application are launched in a new dedicated process. 

bstrApplIdOrName is the GUID or name that identifies the application to start. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!