Skip to content

Latest commit

 

History

History
105 lines (71 loc) · 2.79 KB

nf-objidl-isurrogateservice-applicationlaunch.md

File metadata and controls

105 lines (71 loc) · 2.79 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:objidl.ISurrogateService.ApplicationLaunch
ISurrogateService::ApplicationLaunch (objidl.h)
Launches the application.
ApplicationLaunch
ApplicationLaunch method [COM]
ApplicationLaunch method [COM]
ISurrogateService interface
ISurrogateService interface [COM]
ApplicationLaunch method
ISurrogateService.ApplicationLaunch
ISurrogateService::ApplicationLaunch
_com_isurrogateservice_applicationlaunch
com.isurrogateservice_applicationlaunch
objidl/ISurrogateService::ApplicationLaunch
com\isurrogateservice_applicationlaunch.htm
com
4e54c129-f321-4215-b084-21ab17f93a6f
12/05/2018
ApplicationLaunch, ApplicationLaunch method [COM], ApplicationLaunch method [COM],ISurrogateService interface, ISurrogateService interface [COM],ApplicationLaunch method, ISurrogateService.ApplicationLaunch, ISurrogateService::ApplicationLaunch, _com_isurrogateservice_applicationlaunch, com.isurrogateservice_applicationlaunch, objidl/ISurrogateService::ApplicationLaunch
objidl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
ObjIdl.idl
Windows
19H1
ISurrogateService::ApplicationLaunch
objidl/ISurrogateService::ApplicationLaunch
c++
APIRef
kbSyntax
COM
ObjIdl.h
ISurrogateService.ApplicationLaunch

ISurrogateService::ApplicationLaunch

-description

Launches the application.

-parameters

-param rguidApplID [in]

The application identifier.

-param appType [in]

The application type, as described in Remarks.

-returns

If the method succeeds, the return value is S_OK. Otherwise, it is E_UNEXPECTED.

-remarks

The application type is defined by the following enum.

typedef enum tagApplicationType { 
    ServerApplication, 
    LibraryApplication 
} ApplicationType;

-see-also

CoGetInterceptor

ICallFrame

ICallFrameEvents

ICallInterceptor

ICallUnmarshal

ISurrogateService