Go to the source code of this file.
Typedefs |
| typedef BOOL(WINAPI * | PGFRI )(LPCWSTR, DWORD *, LPVOID, DWORD) |
Functions |
| DWORD | FormatString (DWORD dwFlags, HINSTANCE hInstance, DWORD dwStringId, DWORD dwLanguageId, LPWSTR lpBuffer, DWORD nSize, va_list *Arguments) |
| static void | ErrorMsgBox (HWND hParent, DWORD dwCaptionID, DWORD dwMessageId,...) |
| int WINAPI | WinMain (HINSTANCE hThisInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) |
| static LRESULT | MainWnd_OnCreate (HWND hwnd) |
| static LRESULT | MainWnd_OnSize (HWND hwnd) |
| static LRESULT | MainWnd_OnPaint (HWND hwnd) |
| LRESULT CALLBACK | MainWndProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
Variables |
| HINSTANCE | g_hInstance |
| EXTLOGFONTW | g_ExtLogFontW |
| static const WCHAR | g_szFontViewClassName [] = "FontViewWClass" |