pub trait IActiveXUIHandlerSite3_Impl: Sized {
    // Required method
    fn MessageBoxW(
        &self,
        hwnd: HWND,
        text: &PCWSTR,
        caption: &PCWSTR,
        type: u32
    ) -> Result<i32>;
}

Required Methods§

fn MessageBoxW( &self, hwnd: HWND, text: &PCWSTR, caption: &PCWSTR, type: u32 ) -> Result<i32>

Object Safety§

This trait is not object safe.

Implementors§