Struct windows_sys::Win32::UI::Controls::NMMOUSE
#[repr(C)]pub struct NMMOUSE {
pub hdr: NMHDR,
pub dwItemSpec: usize,
pub dwItemData: usize,
pub pt: POINT,
pub dwHitInfo: LPARAM,
}Expand description
Required features: "Win32_UI_Controls", "Win32_Foundation"
Fields§
§hdr: NMHDR§dwItemSpec: usize§dwItemData: usize§pt: POINT§dwHitInfo: LPARAM