ReactOS 0.4.16-dev-306-g647d351
|
#include <windows.h>
#include <cassert>
Go to the source code of this file.
Macros | |
#define | SNDMSG ::SendMessage |
Functions | |
LRESULT CALLBACK | MainWndProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
int APIENTRY | WinMain (HINSTANCE hInstance, HINSTANCE, LPTSTR, int nCmdShow) |
int CALLBACK | MyEnumFontFamExProc (ENUMLOGFONTEX *lpelfe, NEWTEXTMETRICEX *lpntme, int FontType, LPARAM lParam) |
void | AddScreenFonts () |
Variables | |
HWND | hListBox = NULL |
const int | ID_LISTBOX = 101 |
HINSTANCE | hInst |
const char * | WndClassName = "GMainWnd" |
#define SNDMSG ::SendMessage |
Definition at line 20 of file enumfonts.cpp.
void AddScreenFonts | ( | ) |
Definition at line 110 of file enumfonts.cpp.
Referenced by MainWndProc().
Definition at line 142 of file enumfonts.cpp.
Referenced by WinMain().
int CALLBACK MyEnumFontFamExProc | ( | ENUMLOGFONTEX * | lpelfe, |
NEWTEXTMETRICEX * | lpntme, | ||
int | FontType, | ||
LPARAM | lParam | ||
) |
Definition at line 82 of file enumfonts.cpp.
Referenced by AddScreenFonts().
Definition at line 36 of file enumfonts.cpp.
HINSTANCE hInst |
Definition at line 30 of file enumfonts.cpp.
Referenced by MainWndProc(), and WinMain().
Definition at line 27 of file enumfonts.cpp.
Referenced by InitListCtrl(), ListViewSubclassProc(), MainWndProc(), MDI_MoreWindowsDlgProc(), and MyEnumFontFamExProc().
Definition at line 28 of file enumfonts.cpp.
Referenced by MainWndProc().
Definition at line 31 of file enumfonts.cpp.
Referenced by WinMain().