ReactOS 0.4.16-dev-340-g0540c21
|
#include <commctrl.h>
Public Attributes | |
UINT | mask |
DWORD | dwState |
DWORD | dwStateMask |
LPWSTR | pszText |
int | cchTextMax |
int | iImage |
LPARAM | lParam |
Definition at line 4024 of file commctrl.h.
int tagTCITEMW::cchTextMax |
Definition at line 4029 of file commctrl.h.
Referenced by TAB_DumpItemExternalT(), and TAB_GetItemT().
DWORD tagTCITEMW::dwState |
Definition at line 4026 of file commctrl.h.
Referenced by TAB_DumpItemExternalT(), TAB_GetItemT(), and TAB_SetItemT().
DWORD tagTCITEMW::dwStateMask |
Definition at line 4027 of file commctrl.h.
Referenced by TAB_DumpItemExternalT(), TAB_GetItemT(), and TAB_SetItemT().
int tagTCITEMW::iImage |
Definition at line 4030 of file commctrl.h.
Referenced by TAB_DumpItemExternalT(), TAB_GetItemT(), TAB_InsertItemT(), and TAB_SetItemT().
LPARAM tagTCITEMW::lParam |
Definition at line 4031 of file commctrl.h.
Referenced by TAB_DumpItemExternalT(), TAB_GetItemT(), TAB_InsertItemT(), and TAB_SetItemT().
UINT tagTCITEMW::mask |
Definition at line 4025 of file commctrl.h.
Referenced by NP_CreateTab(), TAB_DumpItemExternalT(), TAB_GetItemT(), TAB_InsertItemT(), and TAB_SetItemT().
LPWSTR tagTCITEMW::pszText |
Definition at line 4028 of file commctrl.h.
Referenced by NP_CreateTab(), TAB_DumpItemExternalT(), TAB_GetItemT(), TAB_InsertItemT(), and TAB_SetItemT().