windows::Win32::Web::InternetExplorer

Trait IActiveXUIHandlerSite3_Impl

pub trait IActiveXUIHandlerSite3_Impl: IUnknownImpl {
    // 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>

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§