ReactOS 0.4.16-dev-199-g898cc56
|
#include "intl.h"
Go to the source code of this file.
Functions | |
static BOOL CALLBACK | TimeFormatEnumProc (PWSTR lpTimeFormatString) |
static VOID | UpdateTimeSample (HWND hWnd, PGLOBALDATA pGlobalData) |
static VOID | InitTimeFormatCB (HWND hwndDlg, PGLOBALDATA pGlobalData) |
static VOID | InitTimeSeparatorCB (HWND hwndDlg, PGLOBALDATA pGlobalData) |
static VOID | InitAmSymbol (HWND hwndDlg, PGLOBALDATA pGlobalData) |
static VOID | InitPmSymbol (HWND hwndDlg, PGLOBALDATA pGlobalData) |
static BOOL | GetTimeSetting (HWND hwndDlg, PGLOBALDATA pGlobalData) |
INT_PTR CALLBACK | TimePageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables | |
static HWND | hwndTimeEnum = NULL |
|
static |
Definition at line 160 of file time.c.
Referenced by TimePageProc().
|
static |
Definition at line 97 of file time.c.
Referenced by TimePageProc().
|
static |
Definition at line 129 of file time.c.
Referenced by TimePageProc().
|
static |
Definition at line 56 of file time.c.
Referenced by TimePageProc().
|
static |
Definition at line 76 of file time.c.
Referenced by TimePageProc().
Definition at line 32 of file time.c.
Referenced by InitTimeFormatCB().
Definition at line 220 of file time.c.
Referenced by CustomizeLocalePropertySheet().
|
static |
Definition at line 43 of file time.c.
Referenced by TimePageProc().
Definition at line 29 of file time.c.
Referenced by InitTimeFormatCB(), and TimeFormatEnumProc().