Type Alias MSG

Source
pub type MSG = tagMSG;

Aliased Type§

struct MSG {
    pub hwnd: *mut HWND__,
    pub message: u32,
    pub wParam: u64,
    pub lParam: i64,
    pub time: u32,
    pub pt: tagPOINT,
}

Fields§

§hwnd: *mut HWND__§message: u32§wParam: u64§lParam: i64§time: u32§pt: tagPOINT