ReactOS 0.4.16-dev-41-ge8c7597
|
Go to the source code of this file.
Classes | |
struct | _TIMEZONE_ENTRY |
Typedefs | |
typedef struct _TIMEZONE_ENTRY | TIMEZONE_ENTRY |
typedef struct _TIMEZONE_ENTRY * | PTIMEZONE_ENTRY |
Functions | |
static PTIMEZONE_ENTRY | GetLargerTimeZoneEntry (LONG Bias, LPWSTR lpDescription) |
static LONG | RetrieveTimeZone (IN HKEY hZoneKey, IN PVOID Context) |
static VOID | CreateTimeZoneList (VOID) |
static VOID | DestroyTimeZoneList (VOID) |
static VOID | ShowTimeZoneList (HWND hwnd) |
static VOID | SetLocalTimeZone (HWND hwnd) |
INT_PTR CALLBACK | TimeZonePageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables | |
static HBITMAP | hBitmap = NULL |
static int | cxSource |
static int | cySource |
PTIMEZONE_ENTRY | TimeZoneListHead = NULL |
PTIMEZONE_ENTRY | TimeZoneListTail = NULL |
typedef struct _TIMEZONE_ENTRY * PTIMEZONE_ENTRY |
typedef struct _TIMEZONE_ENTRY TIMEZONE_ENTRY |
Definition at line 139 of file timezone.c.
Referenced by TimeZonePageProc().
Definition at line 145 of file timezone.c.
Referenced by TimeZonePageProc().
|
static |
Definition at line 34 of file timezone.c.
Referenced by RetrieveTimeZone().
Definition at line 59 of file timezone.c.
Referenced by CreateTimeZoneList().
Definition at line 226 of file timezone.c.
Referenced by TimeZonePageProc().
Definition at line 167 of file timezone.c.
Referenced by TimeZonePageProc().
Definition at line 272 of file timezone.c.
Referenced by Applet().
|
static |
Definition at line 27 of file timezone.c.
Referenced by TimeZonePageProc().
|
static |
Definition at line 27 of file timezone.c.
Referenced by TimeZonePageProc().
Definition at line 26 of file timezone.c.
Referenced by _write_bitmap(), add_ruler_units(), AddContentTab(), ATL::CImage::Attach(), ATL::CImage::AttachInternal(), BitBltFromClipboard(), BITMAP_CopyBitmap(), BitmapFromClipboardDIB(), BitmapToClipboardDIB(), C1_DrawLabel(), cicConvertBlackBKGBitmap(), cicCreateDitherBrush(), cicCreateMaskBmp(), cicMirrorBitmap(), ClipboardReadBitmap(), ImageModel::CopyBitmap(), create_test_bitmap(), CCicLibMenuItem::CreateBitmap(), CreateCaret(), CreateDIBitmap(), CreateDIBSection(), ATL::CImage::Detach(), DoLoadImageFile(), EMFDRV_StretchBlt(), Get16BitD3DFormat(), GetClipboardDataDimensions(), GetDIBHeight(), GetDIBWidth(), GreGetBitmapDimension(), GreGetDIBitsInternal(), ImageList_AddMasked(), Imm32DrawBitmap(), DragSourceHelper::InitializeFromBitmap(), InitializeImage(), IntSetDIBits(), ImageModel::IsBlackAndWhite(), IWICImagingFactory_CreateBitmapFromHBITMAP_Proxy_W(), LoadCardBitmapsFromLibrary(), MDI_AugmentFrameMenu(), MFDRV_StretchBlt(), msi_load_picture(), NT5_DrawBaseBackground(), NT5_DrawLogoffIcon(), NtGdiGetBitmapBits(), NtGdiGetBitmapDimension(), NtGdiSetBitmapBits(), NtGdiSetBitmapDimension(), NtGdiStretchDIBitsInternal(), NtUserCreateCaret(), OnDestroy(), OnPaint(), CAppScrnshotPreview::PaintOnDC(), Preview_CreateToolBar(), ImageModel::PushBlackAndWhite(), SaveDIBToFile(), serializeBMP(), CardWindow::SetBackImage(), CUIFBitmapDC::SetBitmap(), CMenuDeskBar::SetBitmap(), SetBitmapAndInfo(), SetDIBits(), START_TEST(), STATIC_PaintBitmapfn(), STATIC_SetBitmap(), STATIC_WindowProc(), StaticWndProc_common(), T1_DrawLabels(), Test_Bitmap(), Test_BitmapEntry(), Test_CompatBitmapEntry(), test_data_cache_cache(), Test_Dibsection(), Test_DIBSectionEntry(), test_emf_BitBlt(), test_marshal_HBITMAP(), Test_PatBlt_Params(), TimeZonePageProc(), TOOLBAR_ReplaceBitmap(), and TrayIcon_GetProcessorUsageIcon().
PTIMEZONE_ENTRY TimeZoneListHead = NULL |
Definition at line 29 of file timezone.c.
Referenced by DestroyTimeZoneList(), GetLargerTimeZoneEntry(), RetrieveTimeZone(), SetLocalTimeZone(), and ShowTimeZoneList().
PTIMEZONE_ENTRY TimeZoneListTail = NULL |
Definition at line 30 of file timezone.c.
Referenced by DestroyTimeZoneList(), and RetrieveTimeZone().