ReactOS 0.4.16-dev-117-g38f21f9
|
#include <windows.h>
Go to the source code of this file.
Macros | |
#define | DPRINT(s) OutputDebugStringA("BUTTONTEST: " s "\n") |
Functions | |
LRESULT | WmCreate (HWND Wnd) |
LRESULT CALLBACK | TestWndProc (HWND Wnd, UINT Msg, WPARAM wParam, LPARAM lParam) |
int WINAPI | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) |
Variables | |
static LPSTR | BUTTON_CLASS = "BUTTON" |
static LPSTR | TEST_WND_CLASS = "TESTWND" |
HINSTANCE | AppInstance = NULL |
#define DPRINT | ( | s | ) | OutputDebugStringA("BUTTONTEST: " s "\n") |
Definition at line 10 of file buttontst.c.
Definition at line 36 of file buttontst.c.
Referenced by WinMain().
Definition at line 53 of file buttontst.c.
Definition at line 13 of file buttontst.c.
Referenced by WinMain(), and WmCreate().
|
static |
Definition at line 4 of file buttontst.c.
Referenced by WmCreate().
|
static |
Definition at line 5 of file buttontst.c.
Referenced by WinMain().