CWPSTRUCT

Type Alias CWPSTRUCT 

Source
pub type CWPSTRUCT = tagCWPSTRUCT;

Aliased Type§

#[repr(C)]
pub struct CWPSTRUCT { pub lParam: i32, pub wParam: u32, pub message: u32, pub hwnd: *mut HWND__, }

Fields§

§lParam: i32§wParam: u32§message: u32§hwnd: *mut HWND__