ReactOS 0.4.16-dev-455-g37b0646
|
Public Attributes | |
HWND | hList |
int | nClickedColumn |
BOOL | bSortAsc |
Definition at line 14 of file listview.c.
BOOL __tagSort::bSortAsc |
Definition at line 18 of file listview.c.
Referenced by SortListView().
HWND __tagSort::hList |
Definition at line 16 of file listview.c.
Referenced by SortListView().
int __tagSort::nClickedColumn |
Definition at line 17 of file listview.c.
Referenced by SortListView().