ReactOS 0.4.15-dev-6644-g539123c
|
#include <commctrl.h>
Public Attributes | |
UINT | mask |
INT_PTR | iItem |
LPSTR | pszText |
int | cchTextMax |
int | iImage |
int | iSelectedImage |
int | iOverlay |
int | iIndent |
LPARAM | lParam |
Definition at line 3795 of file commctrl.h.
int tagCOMBOBOXEXITEMA::cchTextMax |
Definition at line 3799 of file commctrl.h.
Referenced by addItem(), getItem(), setItem(), and test_notify_proc().
int tagCOMBOBOXEXITEMA::iImage |
Definition at line 3800 of file commctrl.h.
int tagCOMBOBOXEXITEMA::iIndent |
Definition at line 3803 of file commctrl.h.
INT_PTR tagCOMBOBOXEXITEMA::iItem |
Definition at line 3797 of file commctrl.h.
int tagCOMBOBOXEXITEMA::iOverlay |
Definition at line 3802 of file commctrl.h.
int tagCOMBOBOXEXITEMA::iSelectedImage |
Definition at line 3801 of file commctrl.h.
LPARAM tagCOMBOBOXEXITEMA::lParam |
Definition at line 3804 of file commctrl.h.
UINT tagCOMBOBOXEXITEMA::mask |
Definition at line 3796 of file commctrl.h.
LPSTR tagCOMBOBOXEXITEMA::pszText |
Definition at line 3798 of file commctrl.h.
Referenced by addItem(), getItem(), setItem(), test_comboex(), and test_notify_proc().