ReactOS 0.4.16-dev-1067-ge98bba2
|
#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().