ReactOS 0.4.15-dev-6663-gd1e9fe1
|
#include <commctrl.h>
Public Attributes | |
UINT | mask |
DWORD | dwState |
DWORD | dwStateMask |
LPSTR | pszText |
int | cchTextMax |
int | iImage |
LPARAM | lParam |
Definition at line 4009 of file commctrl.h.
int tagTCITEMA::cchTextMax |
Definition at line 4014 of file commctrl.h.
Referenced by test_getset_item().
DWORD tagTCITEMA::dwState |
Definition at line 4011 of file commctrl.h.
Referenced by test_cursel(), and test_getset_item().
DWORD tagTCITEMA::dwStateMask |
Definition at line 4012 of file commctrl.h.
Referenced by test_cursel(), and test_getset_item().
int tagTCITEMA::iImage |
Definition at line 4015 of file commctrl.h.
Referenced by create_tabcontrol(), createFilledTabControl(), test_getset_item(), and test_insert_focus().
LPARAM tagTCITEMA::lParam |
Definition at line 4016 of file commctrl.h.
Referenced by test_getset_item().
UINT tagTCITEMA::mask |
Definition at line 4010 of file commctrl.h.
Referenced by create_tabcontrol(), createFilledTabControl(), test_cursel(), test_getset_item(), and test_insert_focus().
LPSTR tagTCITEMA::pszText |
Definition at line 4013 of file commctrl.h.
Referenced by create_tabcontrol(), createFilledTabControl(), test_getset_item(), and test_insert_focus().