windows::Win32::System::RemoteDesktop

Trait ITsSbEnvironment_Impl

pub trait ITsSbEnvironment_Impl: IUnknownImpl {
    // Required methods
    fn Name(&self) -> Result<BSTR>;
    fn ServerWeight(&self) -> Result<u32>;
    fn EnvironmentPropertySet(&self) -> Result<ITsSbEnvironmentPropertySet>;
    fn SetEnvironmentPropertySet(
        &self,
        pval: Ref<'_, ITsSbEnvironmentPropertySet>,
    ) -> Result<()>;
}

Required Methods§

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

fn ServerWeight(&self) -> Result<u32>

fn EnvironmentPropertySet(&self) -> Result<ITsSbEnvironmentPropertySet>

fn SetEnvironmentPropertySet( &self, pval: Ref<'_, ITsSbEnvironmentPropertySet>, ) -> 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§