COMBOBOXINFO

Type Alias COMBOBOXINFO 

Source
pub type COMBOBOXINFO = tagCOMBOBOXINFO;

Aliased Type§

#[repr(C)]
pub struct COMBOBOXINFO { pub cbSize: u64, pub rcItem: tagRECT, pub rcButton: tagRECT, pub stateButton: u64, pub hwndCombo: *mut HWND__, pub hwndItem: *mut HWND__, pub hwndList: *mut HWND__, }

Fields§

§cbSize: u64§rcItem: tagRECT§rcButton: tagRECT§stateButton: u64§hwndCombo: *mut HWND__§hwndItem: *mut HWND__§hwndList: *mut HWND__