ReactOS 0.4.16-dev-311-g9382aa2
|
#include "timedate.h"
Go to the source code of this file.
Functions | |
BOOL | SystemSetLocalTime (LPSYSTEMTIME lpSystemTime) |
static VOID | SetLocalSystemTime (HWND hwnd) |
static VOID | SetTimeZoneName (HWND hwnd) |
static VOID | FillMonthsComboBox (HWND hCombo) |
static WORD | GetCBSelectedMonth (HWND hCombo) |
static VOID | ChangeMonthCalDate (HWND hMonthCal, WORD Day, WORD Month, WORD Year) |
static VOID | AutoUpdateMonthCal (HWND hwndDlg, PNMMCCAUTOUPDATE lpAutoUpdate) |
static INT_PTR CALLBACK | DTPProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
INT_PTR CALLBACK | DateTimePageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables | |
static WNDPROC | pOldWndProc = NULL |
|
static |
Definition at line 234 of file dateandtime.c.
Referenced by DateTimePageProc().
Definition at line 220 of file dateandtime.c.
Referenced by DateTimePageProc().
Definition at line 265 of file dateandtime.c.
Referenced by Applet().
Definition at line 246 of file dateandtime.c.
Referenced by DateTimePageProc().
Definition at line 146 of file dateandtime.c.
Referenced by AutoUpdateMonthCal(), and DateTimePageProc().
Definition at line 195 of file dateandtime.c.
Referenced by DateTimePageProc().
Definition at line 76 of file dateandtime.c.
Referenced by DateTimePageProc().
Definition at line 111 of file dateandtime.c.
Referenced by DateTimePageProc().
BOOL SystemSetLocalTime | ( | LPSYSTEMTIME | lpSystemTime | ) |
Definition at line 17 of file dateandtime.c.
Referenced by SetLocalSystemTime().
Definition at line 14 of file dateandtime.c.
Referenced by create_treeview_control(), DateTimePageProc(), and DTPProc().