windows::Win32::System::RemoteDesktop

Trait IWRdsProtocolConnectionSettings_Impl

pub trait IWRdsProtocolConnectionSettings_Impl: IUnknownImpl {
    // Required methods
    fn SetConnectionSetting(
        &self,
        propertyid: &GUID,
        ppropertyentriesin: *const WTS_PROPERTY_VALUE,
    ) -> Result<()>;
    fn GetConnectionSetting(
        &self,
        propertyid: &GUID,
        ppropertyentriesout: *mut WTS_PROPERTY_VALUE,
    ) -> Result<()>;
}

Required Methods§

fn SetConnectionSetting( &self, propertyid: &GUID, ppropertyentriesin: *const WTS_PROPERTY_VALUE, ) -> Result<()>

fn GetConnectionSetting( &self, propertyid: &GUID, ppropertyentriesout: *mut WTS_PROPERTY_VALUE, ) -> 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§