ReactOS 0.4.16-dev-1176-g64fda67
|
#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 3728 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 3732 of file winuser.h.
Referenced by COMBO_GetComboBoxInfo(), and NtUserGetComboBoxInfo().
HWND tagCOMBOBOXINFO::hwndItem |
Definition at line 3733 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 3734 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 3730 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 3729 of file winuser.h.
Referenced by COMBO_GetComboBoxInfo(), NtUserGetComboBoxInfo(), and test_listbox_size().
DWORD tagCOMBOBOXINFO::stateButton |
Definition at line 3731 of file winuser.h.
Referenced by COMBO_GetComboBoxInfo(), and NtUserGetComboBoxInfo().