pub trait IIsolatedProcessLauncher2_Impl: Sized + IIsolatedProcessLauncher_Impl {
    // Required method
    fn LaunchProcess2(
        &self,
        process: &PCWSTR,
        arguments: &PCWSTR,
        workingdirectory: &PCWSTR,
        correlationguid: *const GUID
    ) -> Result<()>;
}

Required Methods§

fn LaunchProcess2( &self, process: &PCWSTR, arguments: &PCWSTR, workingdirectory: &PCWSTR, correlationguid: *const GUID ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§