windows::Win32::System::DesktopSharing

Trait IRDPSRAPISessionProperties_Impl

pub trait IRDPSRAPISessionProperties_Impl: IDispatch_Impl {
    // Required methods
    fn get_Property(&self, propertyname: &BSTR) -> Result<VARIANT>;
    fn put_Property(&self, propertyname: &BSTR, newval: &VARIANT) -> Result<()>;
}

Required Methods§

fn get_Property(&self, propertyname: &BSTR) -> Result<VARIANT>

fn put_Property(&self, propertyname: &BSTR, newval: &VARIANT) -> 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§