ReactOS 0.4.16-dev-91-g764881a
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <winreg.h>
#include <wingdi.h>
#include <winuser.h>
#include <wchar.h>
#include <commctrl.h>
#include <cpl.h>
#include <debug.h>
#include <strsafe.h>
#include "resource.h"
Go to the source code of this file.
Classes | |
struct | APPLET |
struct | SYNC_STATUS |
struct | _NMMCCSELCHANGE |
struct | _NMMCCAUTOUPDATE |
Macros | |
#define | _INC_WINDOWS |
#define | COM_NO_WINDOWS_H |
#define | WIN32_NO_STATUS |
#define | MAX_KEY_LENGTH 255 |
#define | MAX_VALUE_NAME 16383 |
#define | SERVERLISTSIZE 6 |
#define | BUFSIZE 1024 |
#define | ID_TIMER 1 |
#define | CLM_STOPCLOCK (WM_USER + 1) |
#define | CLM_STARTCLOCK (WM_USER + 2) |
#define | MCCM_SETDATE (WM_USER + 1) |
#define | MCCM_GETDATE (WM_USER + 2) |
#define | MCCM_RESET (WM_USER + 3) |
#define | MCCM_CHANGED (WM_USER + 4) |
#define | MCCN_SELCHANGE (1) |
#define | MCCN_AUTOUPDATE (2) |
Typedefs | |
typedef struct APPLET * | PAPPLET |
typedef struct SYNC_STATUS * | PSYNC_STATUS |
typedef struct _NMMCCSELCHANGE | NMMCCSELCHANGE |
typedef struct _NMMCCSELCHANGE * | PNMMCCSELCHANGE |
typedef struct _NMMCCAUTOUPDATE | NMMCCAUTOUPDATE |
typedef struct _NMMCCAUTOUPDATE * | PNMMCCAUTOUPDATE |
Functions | |
INT_PTR CALLBACK | DateTimePageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
BOOL | SystemSetLocalTime (LPSYSTEMTIME lpSystemTime) |
INT_PTR CALLBACK | TimeZonePageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
INT_PTR CALLBACK | InetTimePageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
VOID | DisplayWin32Error (DWORD dwErrorCode) |
BOOL | RegisterClockControl (VOID) |
VOID | UnregisterClockControl (VOID) |
BOOL | RegisterMonthCalControl (IN HINSTANCE hInstance) |
VOID | UnregisterMonthCalControl (IN HINSTANCE hInstance) |
Variables | |
HINSTANCE | hApplet |
#define _INC_WINDOWS |
Definition at line 6 of file timedate.h.
#define BUFSIZE 1024 |
Definition at line 27 of file timedate.h.
Definition at line 74 of file timedate.h.
Definition at line 73 of file timedate.h.
#define COM_NO_WINDOWS_H |
Definition at line 7 of file timedate.h.
#define ID_TIMER 1 |
Definition at line 28 of file timedate.h.
#define MAX_KEY_LENGTH 255 |
Definition at line 24 of file timedate.h.
#define MAX_VALUE_NAME 16383 |
Definition at line 25 of file timedate.h.
Definition at line 84 of file timedate.h.
Definition at line 82 of file timedate.h.
Definition at line 83 of file timedate.h.
Definition at line 81 of file timedate.h.
#define MCCN_AUTOUPDATE (2) |
Definition at line 97 of file timedate.h.
#define MCCN_SELCHANGE (1) |
Definition at line 86 of file timedate.h.
#define SERVERLISTSIZE 6 |
Definition at line 26 of file timedate.h.
#define WIN32_NO_STATUS |
Definition at line 8 of file timedate.h.
typedef struct _NMMCCAUTOUPDATE NMMCCAUTOUPDATE |
typedef struct _NMMCCSELCHANGE NMMCCSELCHANGE |
typedef struct _NMMCCAUTOUPDATE * PNMMCCAUTOUPDATE |
typedef struct _NMMCCSELCHANGE * PNMMCCSELCHANGE |
typedef struct SYNC_STATUS * PSYNC_STATUS |
Definition at line 265 of file dateandtime.c.
Referenced by Applet().
Definition at line 28 of file timedate.c.
Referenced by OnAutoSync(), and SetNTPServer().
Definition at line 381 of file internettime.c.
Referenced by Applet().
Definition at line 283 of file clock.c.
Referenced by Applet().
Definition at line 1097 of file monthcal.c.
Referenced by Applet().
BOOL SystemSetLocalTime | ( | LPSYSTEMTIME | lpSystemTime | ) |
Definition at line 17 of file dateandtime.c.
Referenced by SetLocalSystemTime().
Definition at line 272 of file timezone.c.
Referenced by Applet().
Definition at line 1114 of file monthcal.c.
Referenced by Applet().