|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#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 3800 of file commctrl.h.
| int tagCOMBOBOXEXITEMA::cchTextMax |
Definition at line 3804 of file commctrl.h.
Referenced by addItem(), getItem(), setItem(), and test_notify_proc().
| int tagCOMBOBOXEXITEMA::iImage |
Definition at line 3805 of file commctrl.h.
| int tagCOMBOBOXEXITEMA::iIndent |
Definition at line 3808 of file commctrl.h.
| INT_PTR tagCOMBOBOXEXITEMA::iItem |
Definition at line 3802 of file commctrl.h.
| int tagCOMBOBOXEXITEMA::iOverlay |
Definition at line 3807 of file commctrl.h.
| int tagCOMBOBOXEXITEMA::iSelectedImage |
Definition at line 3806 of file commctrl.h.
| LPARAM tagCOMBOBOXEXITEMA::lParam |
Definition at line 3809 of file commctrl.h.
| UINT tagCOMBOBOXEXITEMA::mask |
Definition at line 3801 of file commctrl.h.
| LPSTR tagCOMBOBOXEXITEMA::pszText |
Definition at line 3803 of file commctrl.h.
Referenced by addItem(), getItem(), setItem(), test_comboex(), and test_notify_proc().