|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| ULONG __cdecl | DbgPrint (IN PCH Format, IN ...) |
| LRESULT WINAPI | MainWndProc (HWND, UINT, WPARAM, LPARAM) |
| int WINAPI | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow) |
Variables | |
| static int | CaretWidth = 2 |
| static int | CaretHeight = 16 |
| static int | CharWidth = 10 |
| static int | CharHeight = 16 |
| static HBITMAP | CaretBitmap |
Definition at line 73 of file carets.c.
Referenced by WinMain().
| int WINAPI WinMain | ( | HINSTANCE | hInstance, |
| HINSTANCE | hPrevInstance, | ||
| LPSTR | lpszCmdLine, | ||
| int | nCmdShow | ||
| ) |
Definition at line 16 of file carets.c.
|
static |
Definition at line 9 of file carets.c.
Referenced by MainWndProc(), and WinMain().
|
static |
Definition at line 6 of file carets.c.
Referenced by MainWndProc().
|
static |
Definition at line 5 of file carets.c.
Referenced by MainWndProc().
|
static |
Definition at line 8 of file carets.c.
Referenced by _Success_(), FontSizeChange(), MainWndProc(), and UpdateFontPreview().
|
static |
Definition at line 7 of file carets.c.
Referenced by _Success_(), FontSizeChange(), MainWndProc(), and UpdateFontPreview().