ReactOS 0.4.15-dev-8636-g945e856
|
#include "intl.h"
Go to the source code of this file.
Functions | |
static BOOL CALLBACK | SortTestEnumProc (PWSTR lpLocale) |
BOOL | IsSortPageNeeded (LCID lcid) |
static BOOL CALLBACK | SortEnumProc (LPTSTR lpLocale) |
static VOID | CreateSortList (HWND hwnd, LCID lcid) |
INT_PTR CALLBACK | SortPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables | |
static BOOL | bSortPage = FALSE |
static LCID | userLcid |
static HWND | hWndSortList = NULL |
Definition at line 77 of file sort.c.
Referenced by SortPageProc().
Definition at line 32 of file sort.c.
Referenced by CustomizeLocalePropertySheet().
Definition at line 49 of file sort.c.
Referenced by CreateSortList().
Definition at line 147 of file sort.c.
Referenced by CustomizeLocalePropertySheet().
Definition at line 17 of file sort.c.
Referenced by IsSortPageNeeded().
Definition at line 10 of file sort.c.
Referenced by IsSortPageNeeded(), and SortTestEnumProc().
Definition at line 13 of file sort.c.
Referenced by CreateSortList(), and SortEnumProc().
|
static |
Definition at line 11 of file sort.c.
Referenced by CreateSortList(), IsSortPageNeeded(), SortEnumProc(), and SortTestEnumProc().