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: u32§rcItem: RECT§rcButton: RECT§stateButton: COMBOBOXINFO_BUTTON_STATE§hwndCombo: HWND§hwndItem: HWND§hwndList: HWND