windows::Win32::System::WindowsProgramming

Trait IFClipNotificationHelper_Impl

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

Required Methods§

fn ShowSystemDialog(&self, titletext: &BSTR, bodytext: &BSTR) -> 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§