ReactOS 0.4.16-dev-88-ga65b6ae
|
#include "comctl32supp.h"
Go to the source code of this file.
Macros | |
#define | ListView_Sort(hListView, iSortingColumn) ListView_SortEx((hListView), (iSortingColumn), -1) |
Functions | |
int CALLBACK | SortListView (LPARAM lItemParam1, LPARAM lItemParam2, LPARAM lPSort_S) |
BOOL | ListView_SortEx (HWND hListView, int iSortingColumn, int iSortedColumn) |
#define ListView_Sort | ( | hListView, | |
iSortingColumn | |||
) | ListView_SortEx((hListView), (iSortingColumn), -1) |
Definition at line 32 of file listview.h.
Definition at line 43 of file listview.c.
Referenced by ServicesPageWndProc(), and ToolsPageWndProc().
Definition at line 22 of file listview.c.
Referenced by ListView_SortEx().