pub trait ITsSbPluginNotifySink_Impl: Sized + 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<()>

Object Safety§

This trait is not object safe.

Implementors§