ReactOS 0.4.15-dev-6073-g59e7458
|
#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 3699 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 3703 of file winuser.h.
Referenced by COMBO_GetComboBoxInfo(), and NtUserGetComboBoxInfo().
HWND tagCOMBOBOXINFO::hwndItem |
Definition at line 3704 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 3705 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 3701 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 3700 of file winuser.h.
Referenced by COMBO_GetComboBoxInfo(), NtUserGetComboBoxInfo(), and test_listbox_size().
DWORD tagCOMBOBOXINFO::stateButton |
Definition at line 3702 of file winuser.h.
Referenced by COMBO_GetComboBoxInfo(), and NtUserGetComboBoxInfo().