ReactOS 0.4.15-dev-8621-g4b051b9
|
#include <commctrl.h>
Public Attributes | |
HTREEITEM | hParent |
HTREEITEM | hInsertAfter |
union { | |
TVITEMEXA itemex | |
TV_ITEMA item | |
} | DUMMYUNIONNAME |
Definition at line 3388 of file commctrl.h.
__C89_NAMELESS union { ... } tagTVINSERTSTRUCTA::DUMMYUNIONNAME |
HTREEITEM tagTVINSERTSTRUCTA::hInsertAfter |
Definition at line 3390 of file commctrl.h.
Referenced by fill_tree(), fill_treeview_sort_test(), test_callback(), test_delete_items(), test_expand(), test_expandinvisible(), test_focus(), test_getitemtext(), test_htreeitem_layout(), test_TVM_SORTCHILDREN(), test_TVS_SINGLEEXPAND(), and test_WM_KEYDOWN().
HTREEITEM tagTVINSERTSTRUCTA::hParent |
Definition at line 3389 of file commctrl.h.
Referenced by fill_tree(), fill_treeview_sort_test(), test_callback(), test_delete_items(), test_expand(), test_expandinvisible(), test_focus(), test_getitemtext(), test_htreeitem_layout(), test_TVM_SORTCHILDREN(), test_TVS_SINGLEEXPAND(), and test_WM_KEYDOWN().
TV_ITEMA tagTVINSERTSTRUCTA::item |
Definition at line 3393 of file commctrl.h.
TVITEMEXA tagTVINSERTSTRUCTA::itemex |
Definition at line 3392 of file commctrl.h.