Trait windows::Win32::System::RemoteDesktop::IWTSPlugin_Impl
pub trait IWTSPlugin_Impl: Sized {
// Required methods
fn Initialize(
&self,
pchannelmgr: Option<&IWTSVirtualChannelManager>,
) -> Result<()>;
fn Connected(&self) -> Result<()>;
fn Disconnected(&self, dwdisconnectcode: u32) -> Result<()>;
fn Terminated(&self) -> Result<()>;
}
Required Methods§
fn Initialize( &self, pchannelmgr: Option<&IWTSVirtualChannelManager>, ) -> Result<()>
fn Connected(&self) -> Result<()>
fn Disconnected(&self, dwdisconnectcode: u32) -> Result<()>
fn Terminated(&self) -> Result<()>
Object Safety§
This trait is not object safe.