ReactOS 0.4.15-dev-6042-g2eb6700
|
#include <commctrl.h>
Public Attributes | |
HTREEITEM | hParent |
PFNTVCOMPARE | lpfnCompare |
LPARAM | lParam |
Definition at line 3613 of file commctrl.h.
HTREEITEM tagTVSORTCB::hParent |
Definition at line 3614 of file commctrl.h.
Referenced by CExplorerBand::InsertItem(), CExplorerBand::InsertSubitems(), CExplorerBand::RenameItem(), and TREEVIEW_SortChildrenCB().
LPARAM tagTVSORTCB::lParam |
Definition at line 3616 of file commctrl.h.
Referenced by CExplorerBand::InsertItem(), CExplorerBand::InsertSubitems(), CExplorerBand::RenameItem(), and TREEVIEW_CallBackCompare().
PFNTVCOMPARE tagTVSORTCB::lpfnCompare |
Definition at line 3615 of file commctrl.h.
Referenced by CExplorerBand::InsertItem(), CExplorerBand::InsertSubitems(), CExplorerBand::RenameItem(), and TREEVIEW_CallBackCompare().