CWPSTRUCT

Type Alias CWPSTRUCT 

Source
pub type CWPSTRUCT = tagCWPSTRUCT;

Aliased Type§

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

Fields§

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