ReactOS 0.4.16-dev-306-g647d351
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
class | CTrayClockWnd |
Functions | |
HRESULT | CTrayClockWnd_CreateInstance (HWND hwndParent, REFIID riid, void **ppv) |
Variables | |
struct { | |
BOOL IsTime | |
DWORD dwFormatFlags | |
LPCWSTR lpFormat | |
} | ClockWndFormats [] |
const UINT | ClockWndFormatsCount = _ARRAYSIZE(ClockWndFormats) |
static const WCHAR | szTrayClockWndClass [] = L"TrayClockWClass" |
#define CLOCKWND_FORMAT_COUNT ClockWndFormatsCount |
Definition at line 40 of file trayclock.cpp.
#define CLOCKWND_FORMAT_DATE 2 |
Definition at line 43 of file trayclock.cpp.
#define CLOCKWND_FORMAT_DAY 1 |
Definition at line 42 of file trayclock.cpp.
#define CLOCKWND_FORMAT_TIME 0 |
Definition at line 41 of file trayclock.cpp.
#define ID_TRAYCLOCK_TIMER 0 |
Definition at line 149 of file trayclock.cpp.
#define ID_TRAYCLOCK_TIMER_INIT 1 |
Definition at line 150 of file trayclock.cpp.
#define TRAY_CLOCK_WND_SPACING_X 5 |
Definition at line 152 of file trayclock.cpp.
#define TRAY_CLOCK_WND_SPACING_Y 0 |
Definition at line 153 of file trayclock.cpp.
const struct { ... } ClockWndFormats[] |
Referenced by CTrayClockWnd::UpdateWnd().
const UINT ClockWndFormatsCount = _ARRAYSIZE(ClockWndFormats) |
Definition at line 38 of file trayclock.cpp.
DWORD dwFormatFlags |
Definition at line 31 of file trayclock.cpp.
Referenced by IAssemblyCacheItemImpl_CreateStream(), CTrayClockWnd::UpdateWnd(), and VarBstrFromDate().
BOOL IsTime |
Definition at line 30 of file trayclock.cpp.
Referenced by CTrayClockWnd::UpdateWnd().
LPCWSTR lpFormat |
Definition at line 32 of file trayclock.cpp.
Referenced by ACMStream_fnCreate(), AVISaveOptionsFree(), AVISaveOptionsUpdate(), AVISaveVW(), DECLARE_INTERFACE_(), GetCurrencyFormatA(), GetCurrencyFormatW(), GetDateFormatA(), GetDateFormatW(), GetNumberFormatA(), GetNumberFormatW(), GetTimeFormatA(), GetTimeFormatW(), ICDraw(), LoadAndFormatString(), LoadAndFormatStringsCat(), NLS_GetDateTimeFormatA(), NLS_GetDateTimeFormatW(), PrintRow(), StatusBarLoadAndFormatString(), CTrayClockWnd::UpdateWnd(), VarListLoadAndFormatString(), WAVE_Open(), waveInOpen(), waveOutOpen(), and Win32DbgPrint().
Definition at line 45 of file trayclock.cpp.