windows::Win32::UI::Shell

Trait ITrackShellMenu_Impl

pub trait ITrackShellMenu_Impl: IShellMenu_Impl {
    // Required methods
    fn SetObscured(
        &self,
        hwndtb: HWND,
        punkband: Ref<'_, IUnknown>,
        dwsmsetflags: u32,
    ) -> Result<()>;
    fn Popup(
        &self,
        hwnd: HWND,
        ppt: *mut POINTL,
        prcexclude: *mut RECTL,
        dwflags: i32,
    ) -> Result<()>;
}

Required Methods§

fn SetObscured( &self, hwndtb: HWND, punkband: Ref<'_, IUnknown>, dwsmsetflags: u32, ) -> Result<()>

fn Popup( &self, hwnd: HWND, ppt: *mut POINTL, prcexclude: *mut RECTL, dwflags: i32, ) -> 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§