Trait windows::Win32::System::RemoteDesktop::IWorkspace2_Impl

pub trait IWorkspace2_Impl: Sized + 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<()>

Object Safety§

This trait is not object safe.

Implementors§