ReactOS 0.4.15-dev-6703-g6528ab8
|
#include <commctrl.h>
Public Attributes | |
HTREEITEM | hParent |
HTREEITEM | hInsertAfter |
union { | |
TVITEMEXA itemex | |
TV_ITEMA item | |
} | DUMMYUNIONNAME |
Definition at line 3383 of file commctrl.h.
__C89_NAMELESS union { ... } tagTVINSERTSTRUCTA::DUMMYUNIONNAME |
HTREEITEM tagTVINSERTSTRUCTA::hInsertAfter |
Definition at line 3385 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 3384 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 3388 of file commctrl.h.
TVITEMEXA tagTVINSERTSTRUCTA::itemex |
Definition at line 3387 of file commctrl.h.