windows::Win32::System::RemoteDesktop

Trait IWRdsProtocolListenerCallback_Impl

pub trait IWRdsProtocolListenerCallback_Impl: IUnknownImpl {
    // Required method
    fn OnConnected(
        &self,
        pconnection: Ref<'_, IWRdsProtocolConnection>,
        pwrdsconnectionsettings: *const WRDS_CONNECTION_SETTINGS,
    ) -> Result<IWRdsProtocolConnectionCallback>;
}

Required Methods§

fn OnConnected( &self, pconnection: Ref<'_, IWRdsProtocolConnection>, pwrdsconnectionsettings: *const WRDS_CONNECTION_SETTINGS, ) -> Result<IWRdsProtocolConnectionCallback>

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§