ReactOS 0.4.16-dev-13-ge2fc578
|
#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 3307 of file commctrl.h.
int tagTVITEMA::cChildren |
Definition at line 3316 of file commctrl.h.
int tagTVITEMA::cchTextMax |
Definition at line 3313 of file commctrl.h.
Referenced by get_item_names_string(), parent_wnd_proc(), test_callback(), test_get_set_item(), test_getitemtext(), and test_notify_proc().
HTREEITEM tagTVITEMA::hItem |
Definition at line 3309 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 3314 of file commctrl.h.
Referenced by test_callback(), and test_fillroot().
int tagTVITEMA::iSelectedImage |
Definition at line 3315 of file commctrl.h.
Referenced by test_fillroot().
LPARAM tagTVITEMA::lParam |
Definition at line 3317 of file commctrl.h.
UINT tagTVITEMA::mask |
Definition at line 3308 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 3312 of file commctrl.h.
Referenced by get_item_names_string(), parent_wnd_proc(), test_callback(), test_get_set_item(), test_getitemtext(), and test_notify_proc().
UINT tagTVITEMA::state |
Definition at line 3310 of file commctrl.h.
Referenced by parent_wnd_proc(), test_callback(), test_expandnotify(), and test_get_set_item().
UINT tagTVITEMA::stateMask |
Definition at line 3311 of file commctrl.h.
Referenced by parent_wnd_proc(), test_callback(), and test_get_set_item().