ReactOS 0.4.15-dev-8636-g945e856
|
#include <commctrl.h>
Public Attributes | |
UINT | mask |
INT_PTR | iItem |
LPWSTR | pszText |
int | cchTextMax |
int | iImage |
int | iSelectedImage |
int | iOverlay |
int | iIndent |
LPARAM | lParam |
Definition at line 3813 of file commctrl.h.
int tagCOMBOBOXEXITEMW::cchTextMax |
Definition at line 3818 of file commctrl.h.
Referenced by add_font(), get_comboexlist_selection(), PAGER_Notify(), and test_comboex_WM_LBUTTONDOWN().
int tagCOMBOBOXEXITEMW::iImage |
Definition at line 3819 of file commctrl.h.
int tagCOMBOBOXEXITEMW::iIndent |
Definition at line 3822 of file commctrl.h.
INT_PTR tagCOMBOBOXEXITEMW::iItem |
Definition at line 3816 of file commctrl.h.
Referenced by add_font(), add_size(), CredDialogFillUsernameCombo(), get_comboexlist_selection(), populate_size_list(), and test_comboex_WM_LBUTTONDOWN().
int tagCOMBOBOXEXITEMW::iOverlay |
Definition at line 3821 of file commctrl.h.
int tagCOMBOBOXEXITEMW::iSelectedImage |
Definition at line 3820 of file commctrl.h.
LPARAM tagCOMBOBOXEXITEMW::lParam |
Definition at line 3823 of file commctrl.h.
Referenced by add_font(), and populate_size_list().
UINT tagCOMBOBOXEXITEMW::mask |
Definition at line 3815 of file commctrl.h.
Referenced by add_font(), add_size(), CredDialogFillUsernameCombo(), get_comboexlist_selection(), PAGER_Notify(), populate_size_list(), and test_comboex_WM_LBUTTONDOWN().
LPWSTR tagCOMBOBOXEXITEMW::pszText |
Definition at line 3817 of file commctrl.h.
Referenced by add_font(), add_size(), CredDialogFillUsernameCombo(), get_comboexlist_selection(), PAGER_Notify(), test_comboex_WM_LBUTTONDOWN(), and test_notify_proc().