ReactOS 0.4.15-dev-6662-g1b3eed5
|
#include <commctrl.h>
Public Attributes | |
UINT | mask |
DWORD | dwState |
DWORD | dwStateMask |
LPWSTR | pszText |
int | cchTextMax |
int | iImage |
LPARAM | lParam |
Definition at line 4019 of file commctrl.h.
int tagTCITEMW::cchTextMax |
Definition at line 4024 of file commctrl.h.
Referenced by TAB_DumpItemExternalT(), and TAB_GetItemT().
DWORD tagTCITEMW::dwState |
Definition at line 4021 of file commctrl.h.
Referenced by TAB_DumpItemExternalT(), TAB_GetItemT(), and TAB_SetItemT().
DWORD tagTCITEMW::dwStateMask |
Definition at line 4022 of file commctrl.h.
Referenced by TAB_DumpItemExternalT(), TAB_GetItemT(), and TAB_SetItemT().
int tagTCITEMW::iImage |
Definition at line 4025 of file commctrl.h.
Referenced by TAB_DumpItemExternalT(), TAB_GetItemT(), TAB_InsertItemT(), and TAB_SetItemT().
LPARAM tagTCITEMW::lParam |
Definition at line 4026 of file commctrl.h.
Referenced by TAB_DumpItemExternalT(), TAB_GetItemT(), TAB_InsertItemT(), and TAB_SetItemT().
UINT tagTCITEMW::mask |
Definition at line 4020 of file commctrl.h.
Referenced by NP_CreateTab(), TAB_DumpItemExternalT(), TAB_GetItemT(), TAB_InsertItemT(), and TAB_SetItemT().
LPWSTR tagTCITEMW::pszText |
Definition at line 4023 of file commctrl.h.
Referenced by NP_CreateTab(), TAB_DumpItemExternalT(), TAB_GetItemT(), TAB_InsertItemT(), and TAB_SetItemT().