ReactOS
0.4.15-dev-4570-g4f8bbd1
|
Go to the source code of this file.
Functions | |
DWORD WINAPI | W32TimeSyncNow (LPCWSTR cmdline, UINT blocking, UINT flags) |
static VOID | CreateNTPServerList (HWND hwnd) |
static VOID | SetNTPServer (HWND hwnd, BOOL bBeginUpdate) |
static VOID | EnableDialogText (HWND hwnd) |
static VOID | SyncNTPStatusInit (HWND hwnd) |
static VOID | UpdateNTPStatus (HWND hwnd, DWORD dwReason) |
static VOID | GetSyncSetting (HWND hwnd) |
static VOID | OnInitDialog (HWND hwnd) |
static VOID | OnAutoSync (BOOL Sync) |
static DWORD WINAPI | UpdateThread (_In_ LPVOID lpParameter) |
static VOID | OnUpdate (HWND hwndDlg) |
INT_PTR CALLBACK | InetTimePageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables | |
SYNC_STATUS | SyncStatus |
Definition at line 17 of file internettime.c.
Referenced by OnInitDialog().
Definition at line 175 of file internettime.c.
Referenced by InetTimePageProc(), and OnInitDialog().
Definition at line 269 of file internettime.c.
Referenced by OnInitDialog().
Definition at line 381 of file internettime.c.
Referenced by Applet().
Definition at line 311 of file internettime.c.
Referenced by InetTimePageProc().
Definition at line 364 of file internettime.c.
Referenced by InetTimePageProc().
Definition at line 93 of file internettime.c.
Referenced by InetTimePageProc(), and UpdateThread().
Definition at line 191 of file internettime.c.
Referenced by OnInitDialog().
Definition at line 209 of file internettime.c.
Referenced by OnUpdate(), and UpdateThread().
Definition at line 346 of file internettime.c.
Referenced by OnUpdate().
SYNC_STATUS SyncStatus |
Definition at line 14 of file internettime.c.
Referenced by PpSetCustomTargetEvent(), SetNTPServer(), SyncNTPStatusInit(), and UpdateNTPStatus().