ReactOS
0.4.14-dev-614-gbfd8a84
|
#include <commctrl.h>
Public Attributes | |
UINT | mask |
HTREEITEM | hItem |
UINT | state |
UINT | stateMask |
LPSTR | pszText |
int | cchTextMax |
int | iImage |
int | iSelectedImage |
int | cChildren |
LPARAM | lParam |
Definition at line 3298 of file commctrl.h.
int tagTVITEMA::cChildren |
Definition at line 3307 of file commctrl.h.
int tagTVITEMA::cchTextMax |
Definition at line 3304 of file commctrl.h.
Referenced by get_item_names_string(), test_callback(), test_getitemtext(), and test_notify_proc().
HTREEITEM tagTVITEMA::hItem |
Definition at line 3300 of file commctrl.h.
Referenced by get_item_names_string(), parent_wnd_proc(), test_callback(), test_fillroot(), test_get_set_item(), and test_getitemtext().
int tagTVITEMA::iImage |
Definition at line 3305 of file commctrl.h.
Referenced by test_callback().
int tagTVITEMA::iSelectedImage |
Definition at line 3306 of file commctrl.h.
LPARAM tagTVITEMA::lParam |
Definition at line 3308 of file commctrl.h.
UINT tagTVITEMA::mask |
Definition at line 3299 of file commctrl.h.
Referenced by get_item_names_string(), parent_wnd_proc(), test_callback(), test_fillroot(), test_get_set_item(), and test_getitemtext().
LPSTR tagTVITEMA::pszText |
Definition at line 3303 of file commctrl.h.
Referenced by get_item_names_string(), test_callback(), test_getitemtext(), and test_notify_proc().
UINT tagTVITEMA::state |
Definition at line 3301 of file commctrl.h.
Referenced by parent_wnd_proc(), test_callback(), test_expandnotify(), and test_get_set_item().
UINT tagTVITEMA::stateMask |
Definition at line 3302 of file commctrl.h.
Referenced by test_callback(), and test_get_set_item().