Go to the source code of this file.
Defines |
| #define | MAX_LOADSTRING 100 |
| #define | REPAINT_SPEED 100 |
Functions |
| ATOM | MyRegisterClass (HINSTANCE hInstance) |
| BOOL | InitInstance (HINSTANCE, int) |
| LRESULT CALLBACK | WndProc (HWND, UINT, WPARAM, LPARAM) |
| INT_PTR CALLBACK | AboutProc (HWND, UINT, WPARAM, LPARAM) |
| INT_PTR CALLBACK | OptionsProc (HWND, UINT, WPARAM, LPARAM) |
| INT_PTR CALLBACK | WarningProc (HWND, UINT, WPARAM, LPARAM) |
| int WINAPI | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) |
| void | Refresh () |
| void | Draw (HDC aDc) |
Variables |
| const TCHAR | szWindowClass [] = TEXT("MAGNIFIER") |
| HINSTANCE | hInst |
| HWND | hMainWnd |
| TCHAR | szTitle [MAX_LOADSTRING] |
| HWND | hDesktopWindow = NULL |
| POINT | cp |
| POINT | pMouse |
| POINT | pCaret |
| POINT | pFocus |