windows::Win32::System::DesktopSharing

Trait IRDPSRAPIAttendee_Impl

pub trait IRDPSRAPIAttendee_Impl: IDispatch_Impl {
    // Required methods
    fn Id(&self) -> Result<i32>;
    fn RemoteName(&self) -> Result<BSTR>;
    fn ControlLevel(&self) -> Result<CTRL_LEVEL>;
    fn SetControlLevel(&self, pnewval: CTRL_LEVEL) -> Result<()>;
    fn Invitation(&self) -> Result<IRDPSRAPIInvitation>;
    fn TerminateConnection(&self) -> Result<()>;
    fn Flags(&self) -> Result<i32>;
    fn ConnectivityInfo(&self) -> Result<IUnknown>;
}

Required Methods§

fn Id(&self) -> Result<i32>

fn RemoteName(&self) -> Result<BSTR>

fn ControlLevel(&self) -> Result<CTRL_LEVEL>

fn SetControlLevel(&self, pnewval: CTRL_LEVEL) -> Result<()>

fn Invitation(&self) -> Result<IRDPSRAPIInvitation>

fn TerminateConnection(&self) -> Result<()>

fn Flags(&self) -> Result<i32>

fn ConnectivityInfo(&self) -> Result<IUnknown>

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§