Home
last modified time | relevance | path

Searched refs:g_iSortedColumn (Results 1 – 1 of 1) sorted by relevance

/reactos/base/applications/regedit/
H A Dlistview.c36 static INT g_iSortedColumn; variable
544 (void)ListView_Sort(hWnd, iSortingColumn, g_iSortedColumn); in ListWndNotifyProc()
545 g_iSortedColumn = iSortingColumn; in ListWndNotifyProc()
733 (void)ListView_Sort(hwndLV, g_iSortedColumn, -1); in RefreshListView()