ReactOS 0.4.16-dev-338-g34e76ad
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <wingdi.h>
#include "resource.h"
Go to the source code of this file.
Classes | |
struct | _CELL |
struct | _MAP |
struct | MAPNOTIFY |
struct | SETTINGS |
Macros | |
#define | SIZEOF(_v) (sizeof(_v) / sizeof(*_v)) |
#define | MAX_GLYPHS 65536 |
#define | XCELLS 20 |
#define | YCELLS 10 |
#define | XLARGE 45 |
#define | YLARGE 25 |
#define | FM_SETFONT (WM_USER + 1) |
#define | FM_GETCHAR (WM_USER + 2) |
#define | FM_SETCHAR (WM_USER + 3) |
#define | FM_GETHFONT (WM_USER + 4) |
#define | FM_SETCHARMAP (WM_USER + 5) |
Typedefs | |
typedef struct _CELL | CELL |
typedef struct _CELL * | PCELL |
typedef struct _MAP | MAP |
typedef struct _MAP * | PMAP |
typedef struct MAPNOTIFY * | LPMAPNOTIFY |
Functions | |
LRESULT CALLBACK | LrgCellWndProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
VOID | ShowAboutDlg (HWND hWndParent) |
BOOL | RegisterMapClasses (HINSTANCE hInstance) |
VOID | UnregisterMapClasses (HINSTANCE hInstance) |
int WINAPI | GetUName (IN WORD wCharCode, OUT LPWSTR lpBuf) |
VOID | UpdateStatusBar (WCHAR wch) |
VOID | ChangeMapFont (HWND hDlg) |
void | LoadSettings (void) |
void | SaveSettings (void) |
Variables | |
static const UINT | codePages [] |
HINSTANCE | hInstance |
SETTINGS | Settings |
HWND | hCharmapDlg |
typedef struct MAPNOTIFY * LPMAPNOTIFY |
Definition at line 161 of file charmap.c.
Referenced by CharMapDlgProc(), and LoadSettings().
Definition at line 17 of file getuname.c.
Referenced by BestFit_FromNLS(), and UpdateStatusBar().
Definition at line 53 of file settings.c.
Referenced by _tWinMain(), BootMain(), EfiEntry(), InitDevice(), InitInstance(), MAIN_LoadSettings(), MainDialogProc(), OnCreate(), OSK_WndProc(), RunLoader(), ScreenSaverConfigureDialog(), ScreenSaverProc(), and wWinMain().
Definition at line 68 of file lrgcell.c.
Referenced by RegisterMapClasses().
Definition at line 849 of file map.c.
Referenced by wWinMain().
Definition at line 115 of file settings.c.
Referenced by _tWinMain(), ConfigDlgProc(), FrameWndProc(), GeneralPageProc(), MainDialogProc(), OSK_Close(), OSK_WndProc(), PanelWndProc(), CMainWindow::ProcessWindowMessage(), ScreenSaverConfigureDialog(), anonymous_namespace{settingsdlg.cpp}::SettingsDlgProc(), WndProc(), and wWinMain().
Definition at line 77 of file about.c.
Referenced by PanelWndProc().
Definition at line 875 of file map.c.
Referenced by wWinMain().
Definition at line 29 of file precomp.h.
Referenced by FillCharacterSetComboList(), and GetPossibleCharacters().
|
extern |
Definition at line 21 of file charmap.c.
Referenced by AdvancedDlgProc(), ChangeView(), LoadSettings(), PanelOnCreate(), SaveSettings(), UpdateSettings(), and wWinMain().