Trait IIsolatedProcessLauncher2_Impl
pub trait IIsolatedProcessLauncher2_Impl: 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<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.