windows::Win32::System::RemoteDesktop

Trait IWorkspace2_Impl

pub trait IWorkspace2_Impl: IWorkspace_Impl {
    // Required method
    fn StartRemoteApplicationEx(
        &self,
        bstrworkspaceid: &BSTR,
        bstrrequestingappid: &BSTR,
        bstrrequestingappfamilyname: &BSTR,
        blaunchintoimmersiveclient: VARIANT_BOOL,
        bstrimmersiveclientactivationcontext: &BSTR,
        psaparams: *const SAFEARRAY,
    ) -> Result<()>;
}

Required Methods§

fn StartRemoteApplicationEx( &self, bstrworkspaceid: &BSTR, bstrrequestingappid: &BSTR, bstrrequestingappfamilyname: &BSTR, blaunchintoimmersiveclient: VARIANT_BOOL, bstrimmersiveclientactivationcontext: &BSTR, psaparams: *const SAFEARRAY, ) -> 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.

Implementors§