Struct windows_sys::Win32::UI::Controls::COMBOBOXINFO
[−]#[repr(C)]pub struct COMBOBOXINFO {
pub cbSize: u32,
pub rcItem: RECT,
pub rcButton: RECT,
pub stateButton: COMBOBOXINFO_BUTTON_STATE,
pub hwndCombo: HWND,
pub hwndItem: HWND,
pub hwndList: HWND,
}Expand description
Required features: ‘Win32_UI_Controls’, ‘Win32_Foundation’
Fields
cbSize: u32rcItem: RECTrcButton: RECTstateButton: COMBOBOXINFO_BUTTON_STATEhwndCombo: HWNDhwndItem: HWNDhwndList: HWND