ReactOS 0.4.16-dev-122-g325d74c
|
#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 3712 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 3716 of file winuser.h.
Referenced by COMBO_GetComboBoxInfo(), and NtUserGetComboBoxInfo().
HWND tagCOMBOBOXINFO::hwndItem |
Definition at line 3717 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 3718 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 3714 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 3713 of file winuser.h.
Referenced by COMBO_GetComboBoxInfo(), NtUserGetComboBoxInfo(), and test_listbox_size().
DWORD tagCOMBOBOXINFO::stateButton |
Definition at line 3715 of file winuser.h.
Referenced by COMBO_GetComboBoxInfo(), and NtUserGetComboBoxInfo().