ReactOS 0.4.16-dev-847-g386fccd
|
#include <commctrl.h>
Public Attributes | |
UINT | mask |
DWORD | dwState |
DWORD | dwStateMask |
LPSTR | pszText |
int | cchTextMax |
int | iImage |
LPARAM | lParam |
Definition at line 4014 of file commctrl.h.
int tagTCITEMA::cchTextMax |
Definition at line 4019 of file commctrl.h.
Referenced by test_getset_item().
DWORD tagTCITEMA::dwState |
Definition at line 4016 of file commctrl.h.
Referenced by test_cursel(), and test_getset_item().
DWORD tagTCITEMA::dwStateMask |
Definition at line 4017 of file commctrl.h.
Referenced by test_cursel(), and test_getset_item().
int tagTCITEMA::iImage |
Definition at line 4020 of file commctrl.h.
Referenced by create_tabcontrol(), createFilledTabControl(), test_getset_item(), and test_insert_focus().
LPARAM tagTCITEMA::lParam |
Definition at line 4021 of file commctrl.h.
Referenced by test_getset_item().
UINT tagTCITEMA::mask |
Definition at line 4015 of file commctrl.h.
Referenced by create_tabcontrol(), createFilledTabControl(), test_cursel(), test_getset_item(), and test_insert_focus().
LPSTR tagTCITEMA::pszText |
Definition at line 4018 of file commctrl.h.
Referenced by create_tabcontrol(), createFilledTabControl(), test_getset_item(), and test_insert_focus().