Struct windows_sys::Win32::UI::Shell::QCMINFO
#[repr(C)]pub struct QCMINFO {
pub hmenu: HMENU,
pub indexMenu: u32,
pub idCmdFirst: u32,
pub idCmdLast: u32,
pub pIdMap: *const QCMINFO_IDMAP,
}Expand description
Required features: "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging"
Fields§
§indexMenu: u32§idCmdFirst: u32§idCmdLast: u32§pIdMap: *const QCMINFO_IDMAP