windows::Win32::System::DesktopSharing

Trait IRDPSRAPISharingSession2_Impl

pub trait IRDPSRAPISharingSession2_Impl: IRDPSRAPISharingSession_Impl {
    // Required methods
    fn ConnectUsingTransportStream(
        &self,
        pstream: Ref<'_, IRDPSRAPITransportStream>,
        bstrgroup: &BSTR,
        bstrauthenticatedattendeename: &BSTR,
    ) -> Result<()>;
    fn FrameBuffer(&self) -> Result<IRDPSRAPIFrameBuffer>;
    fn SendControlLevelChangeResponse(
        &self,
        pattendee: Ref<'_, IRDPSRAPIAttendee>,
        requestedlevel: CTRL_LEVEL,
        reasoncode: i32,
    ) -> Result<()>;
}

Required Methods§

fn ConnectUsingTransportStream( &self, pstream: Ref<'_, IRDPSRAPITransportStream>, bstrgroup: &BSTR, bstrauthenticatedattendeename: &BSTR, ) -> Result<()>

fn FrameBuffer(&self) -> Result<IRDPSRAPIFrameBuffer>

fn SendControlLevelChangeResponse( &self, pattendee: Ref<'_, IRDPSRAPIAttendee>, requestedlevel: CTRL_LEVEL, reasoncode: i32, ) -> 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§