windows::Win32::System::RemoteDesktop

Trait ITsSbPluginNotifySink_Impl

pub trait ITsSbPluginNotifySink_Impl: ITsSbBaseNotifySink_Impl {
    // Required methods
    fn OnInitialized(&self, hr: HRESULT) -> Result<()>;
    fn OnTerminated(&self) -> Result<()>;
}

Required Methods§

fn OnInitialized(&self, hr: HRESULT) -> Result<()>

fn OnTerminated(&self) -> 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§