windows::Win32::System::Ole

Trait IOleWindow_Impl

pub trait IOleWindow_Impl: IUnknownImpl {
    // Required methods
    fn GetWindow(&self) -> Result<HWND>;
    fn ContextSensitiveHelp(&self, fentermode: BOOL) -> Result<()>;
}

Required Methods§

fn GetWindow(&self) -> Result<HWND>

fn ContextSensitiveHelp(&self, fentermode: BOOL) -> 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§