pub trait IIsolatedAppLauncher_Impl: Sized {
    // Required method
    fn Launch(
        &self,
        appusermodelid: &PCWSTR,
        arguments: &PCWSTR,
        telemetryparameters: *const IsolatedAppLauncherTelemetryParameters
    ) -> Result<()>;
}

Required Methods§

fn Launch( &self, appusermodelid: &PCWSTR, arguments: &PCWSTR, telemetryparameters: *const IsolatedAppLauncherTelemetryParameters ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§