|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <winuser.h>

Public Attributes | |
| DWORD | cbSize |
| RECT | rcItem |
| RECT | rcButton |
| DWORD | stateButton |
| HWND | hwndCombo |
| HWND | hwndItem |
| HWND | hwndList |
| DWORD tagCOMBOBOXINFO::cbSize |
Definition at line 3811 of file winuser.h.
Referenced by COMBO_GetComboBoxInfo(), get_comboexlist_selection(), NtUserGetComboBoxInfo(), RunDlgProc(), test_combo_dropdown_size(), test_combobox_messages(), test_editselection(), test_editselection_focus(), test_listbox_size(), and test_WM_LBUTTONDOWN().
| HWND tagCOMBOBOXINFO::hwndCombo |
Definition at line 3815 of file winuser.h.
Referenced by COMBO_GetComboBoxInfo(), and NtUserGetComboBoxInfo().
| HWND tagCOMBOBOXINFO::hwndItem |
Definition at line 3816 of file winuser.h.
Referenced by COMBO_GetComboBoxInfo(), NtUserGetComboBoxInfo(), RunDlgProc(), test_combo_editselection(), test_combo_editselection_focus(), test_combobox_messages(), test_editselection(), test_editselection_focus(), and test_WM_LBUTTONDOWN().
| HWND tagCOMBOBOXINFO::hwndList |
Definition at line 3817 of file winuser.h.
Referenced by COMBO_GetComboBoxInfo(), get_comboexlist_selection(), NtUserGetComboBoxInfo(), test_combobox_messages(), test_comboex_WM_LBUTTONDOWN(), test_listbox_size(), and test_WM_LBUTTONDOWN().
| RECT tagCOMBOBOXINFO::rcButton |
Definition at line 3813 of file winuser.h.
Referenced by COMBO_GetComboBoxInfo(), NtUserGetComboBoxInfo(), test_comboex_WM_LBUTTONDOWN(), test_listbox_size(), and test_WM_LBUTTONDOWN().
| RECT tagCOMBOBOXINFO::rcItem |
Definition at line 3812 of file winuser.h.
Referenced by COMBO_GetComboBoxInfo(), NtUserGetComboBoxInfo(), and test_listbox_size().
| DWORD tagCOMBOBOXINFO::stateButton |
Definition at line 3814 of file winuser.h.
Referenced by COMBO_GetComboBoxInfo(), and NtUserGetComboBoxInfo().