pub trait IFClipNotificationHelper_Impl: Sized {
    // Required method
    fn ShowSystemDialog(&self, titletext: &BSTR, bodytext: &BSTR) -> Result<()>;
}

Required Methods§

fn ShowSystemDialog(&self, titletext: &BSTR, bodytext: &BSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§