charmap.c File Reference
#include <precomp.h>
Go to the source code of this file.
Data Structures |
| struct | PSETTINGS |
Defines |
| #define | ID_ABOUT 0x1 |
Functions |
| static int CALLBACK | EnumFontNames (ENUMLOGFONTEXW *lpelfe, NEWTEXTMETRICEXW *lpntme, DWORD FontType, LPARAM lParam) |
| static VOID | FillFontStyleComboList (HWND hwndCombo) |
| static VOID | ChangeMapFont (HWND hDlg) |
| static void | CopyCharacters (HWND hDlg) |
| static BYTE | GetFontMetrics (HWND hWnd, HFONT hFont) |
| static VOID | AddCharToSelection (HWND hDlg, WCHAR ch) |
| static void | UpdateSettings (HWND hDlg) |
| static void | ChangeView (HWND hWnd) |
| static INT_PTR CALLBACK | CharMapDlgProc (HWND hDlg, UINT Message, WPARAM wParam, LPARAM lParam) |
| static INT_PTR CALLBACK | AdvancedDlgProc (HWND hDlg, UINT Message, WPARAM wParam, LPARAM lParam) |
| static int | OnCreate (HWND hWnd, WPARAM wParam, LPARAM lParam) |
| static LRESULT CALLBACK | PanelWndProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
| static HWND | InitInstance (HINSTANCE hInst) |
| INT WINAPI | wWinMain (HINSTANCE hInst, HINSTANCE hPrev, LPWSTR Cmd, int iCmd) |
Variables |
| HINSTANCE | hInstance |
| HWND | hCharmapDlg |
| HWND | hAdvancedDlg |
| HWND | hStatusWnd |
| HICON | hSmIcon |
| HICON | hBgIcon |
| SETTINGS | Settings |