windows::Win32::System::RemoteDesktop

Trait ITsSbPlacement_Impl

pub trait ITsSbPlacement_Impl: ITsSbPlugin_Impl {
    // Required method
    fn QueryEnvironmentForTarget(
        &self,
        pconnection: Ref<'_, ITsSbClientConnection>,
        pplacementsink: Ref<'_, ITsSbPlacementNotifySink>,
    ) -> Result<()>;
}

Required Methods§

fn QueryEnvironmentForTarget( &self, pconnection: Ref<'_, ITsSbClientConnection>, pplacementsink: Ref<'_, ITsSbPlacementNotifySink>, ) -> 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§