Struct windows_sys::Win32::UI::Controls::RBHITTESTINFO
#[repr(C)]pub struct RBHITTESTINFO {
pub pt: POINT,
pub flags: u32,
pub iBand: i32,
}Expand description
Required features: "Win32_UI_Controls", "Win32_Foundation"
Fields§
§pt: POINT§flags: u32§iBand: i32