windows::Win32::System::DesktopSharing

Trait IRDPSRAPIApplicationFilter_Impl

pub trait IRDPSRAPIApplicationFilter_Impl: IDispatch_Impl {
    // Required methods
    fn Applications(&self) -> Result<IRDPSRAPIApplicationList>;
    fn Windows(&self) -> Result<IRDPSRAPIWindowList>;
    fn Enabled(&self) -> Result<VARIANT_BOOL>;
    fn SetEnabled(&self, newval: VARIANT_BOOL) -> Result<()>;
}

Required Methods§

fn Applications(&self) -> Result<IRDPSRAPIApplicationList>

fn Windows(&self) -> Result<IRDPSRAPIWindowList>

fn Enabled(&self) -> Result<VARIANT_BOOL>

fn SetEnabled(&self, newval: VARIANT_BOOL) -> 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§