#include "stdafx.h"
#include "resource.h"
#include "..\debug.h"
Go to the source code of this file.
|
| ATOM | MyRegisterClass (HINSTANCE hInstance) |
| |
| BOOL | InitInstance (HINSTANCE, int) |
| |
| LRESULT CALLBACK | WndProc (HWND, UINT, WPARAM, LPARAM) |
| |
| LRESULT CALLBACK | About (HWND, UINT, WPARAM, LPARAM) |
| |
| int APIENTRY | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) |
| |
◆ MAX_LOADSTRING
| #define MAX_LOADSTRING 100 |
◆ About()
| LRESULT CALLBACK About |
( |
HWND | hDlg, |
|
|
UINT | message, |
|
|
WPARAM | wParam, |
|
|
LPARAM | lParam ) |
◆ InitInstance()
| BOOL InitInstance |
( |
HINSTANCE | hInstance, |
|
|
int | nCmdShow ) |
◆ MyRegisterClass()
| ATOM MyRegisterClass |
( |
HINSTANCE | hInstance | ) |
|
◆ WinMain()
| int APIENTRY WinMain |
( |
HINSTANCE | hInstance, |
|
|
HINSTANCE | hPrevInstance, |
|
|
LPSTR | lpCmdLine, |
|
|
int | nCmdShow ) |
◆ WndProc()
| LRESULT CALLBACK WndProc |
( |
HWND | hWnd, |
|
|
UINT | message, |
|
|
WPARAM | wParam, |
|
|
LPARAM | lParam ) |
◆ hInst
◆ szTitle
◆ szWindowClass