ReactOS 0.4.16-dev-959-g2ec3a19
|
#include <windows.h>
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
ATOM | MyRegisterClass (HINSTANCE hInstance) |
BOOL | InitInstance (HINSTANCE, int) |
LRESULT CALLBACK | WndProc (HWND, UINT, WPARAM, LPARAM) |
int APIENTRY | wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) |
Variables | |
static HINSTANCE | hInst |
static PWSTR | szTitle = L"PaintDesktop" |
static PWSTR | szWindowClass = L"PAINTDESKTOP" |
#define WIN32_LEAN_AND_MEAN |
Definition at line 14 of file PaintDesktop.c.
Definition at line 67 of file PaintDesktop.c.
Referenced by wWinMain().
Definition at line 49 of file PaintDesktop.c.
Referenced by wWinMain().
Definition at line 84 of file PaintDesktop.c.
Referenced by MyRegisterClass().
int APIENTRY wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPWSTR | lpCmdLine, | ||
int | nShowCmd | ||
) |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 25 of file PaintDesktop.c.
|
static |
Definition at line 17 of file PaintDesktop.c.
Referenced by InitInstance().
|
static |
Definition at line 18 of file PaintDesktop.c.
Referenced by InitInstance().
|
static |
Definition at line 19 of file PaintDesktop.c.
Referenced by InitInstance(), and MyRegisterClass().