IIsolatedAppLauncher::Launch method (isolatedapplauncher.h)
Launches an app inside the container.
Syntax
HRESULT Launch(
LPCWSTR appUserModelId,
LPCWSTR arguments,
const IsolatedAppLauncherTelemetryParameters *telemetryParameters
);
Parameters
appUserModelId
The application user model ID (AUMID) of the app to launch.
arguments
The arguments to pass to the app.
telemetryParameters
The telemetry parameters to pass to the app.
Return value
Returns an HRESULT success or error code.
Remarks
Warning
This is a deprecated API.
Requirements
Requirement | Value |
---|---|
Header | isolatedapplauncher.h |