Trait windows::Win32::UI::Shell::IContextMenu2_Impl
pub trait IContextMenu2_Impl: Sized + IContextMenu_Impl {
// Required method
fn HandleMenuMsg(
&self,
umsg: u32,
wparam: WPARAM,
lparam: LPARAM,
) -> Result<()>;
}
Required Methods§
fn HandleMenuMsg(&self, umsg: u32, wparam: WPARAM, lparam: LPARAM) -> Result<()>
Object Safety§
This trait is not object safe.