ReactOS 0.4.16-dev-527-gdad3a09
|
#include <commctrl.h>
Public Attributes | |
HTREEITEM | hParent |
PFNTVCOMPARE | lpfnCompare |
LPARAM | lParam |
Definition at line 3618 of file commctrl.h.
HTREEITEM tagTVSORTCB::hParent |
Definition at line 3619 of file commctrl.h.
Referenced by CExplorerBand::_SortItems(), and TREEVIEW_SortChildrenCB().
LPARAM tagTVSORTCB::lParam |
Definition at line 3621 of file commctrl.h.
Referenced by CExplorerBand::_SortItems(), and TREEVIEW_CallBackCompare().
PFNTVCOMPARE tagTVSORTCB::lpfnCompare |
Definition at line 3620 of file commctrl.h.
Referenced by CExplorerBand::_SortItems(), and TREEVIEW_CallBackCompare().