pub trait IClipServiceNotificationHelper_Impl: Sized {
    // Required method
    fn ShowToast(
        &self,
        titletext: &BSTR,
        bodytext: &BSTR,
        packagename: &BSTR,
        appid: &BSTR,
        launchcommand: &BSTR
    ) -> Result<()>;
}

Required Methods§

fn ShowToast( &self, titletext: &BSTR, bodytext: &BSTR, packagename: &BSTR, appid: &BSTR, launchcommand: &BSTR ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§