|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <windows.h>#include <stdio.h>
Go to the source code of this file.
Functions | |
| LRESULT WINAPI | MainWndProc (HWND, UINT, WPARAM, LPARAM) |
| int WINAPI | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow) |
Variables | |
| HFONT | tf |
Definition at line 176 of file buttontst2.c.
Referenced by WinMain().
| int WINAPI WinMain | ( | HINSTANCE | hInstance, |
| HINSTANCE | hPrevInstance, | ||
| LPSTR | lpszCmdLine, | ||
| int | nCmdShow | ||
| ) |
Definition at line 8 of file buttontst2.c.
| HFONT tf |
Definition at line 4 of file buttontst2.c.
Referenced by MainWndProc(), and WinMain().