Trait windows::Win32::System::RemoteDesktop::IWorkspace_Impl

pub trait IWorkspace_Impl: Sized {
    // Required methods
    fn GetWorkspaceNames(&self) -> Result<*mut SAFEARRAY>;
    fn StartRemoteApplication(
        &self,
        bstrworkspaceid: &BSTR,
        psaparams: *const SAFEARRAY,
    ) -> Result<()>;
    fn GetProcessId(&self) -> Result<u32>;
}

Required Methods§

fn GetWorkspaceNames(&self) -> Result<*mut SAFEARRAY>

fn StartRemoteApplication( &self, bstrworkspaceid: &BSTR, psaparams: *const SAFEARRAY, ) -> Result<()>

fn GetProcessId(&self) -> Result<u32>

Object Safety§

This trait is not object safe.

Implementors§