windows::Win32::System::RemoteDesktop

Trait IWTSVirtualChannelManager_Impl

pub trait IWTSVirtualChannelManager_Impl: IUnknownImpl {
    // Required method
    fn CreateListener(
        &self,
        pszchannelname: &PCSTR,
        uflags: u32,
        plistenercallback: Ref<'_, IWTSListenerCallback>,
    ) -> Result<IWTSListener>;
}

Required Methods§

fn CreateListener( &self, pszchannelname: &PCSTR, uflags: u32, plistenercallback: Ref<'_, IWTSListenerCallback>, ) -> Result<IWTSListener>

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§