ReactOS 0.4.16-dev-199-g898cc56
|
#include <windows.h>
Go to the source code of this file.
Functions | |
LRESULT CALLBACK | MainWndProc (HWND HWnd, UINT Msg, WPARAM WParam, LPARAM LParam) |
int APIENTRY | WinMain (HINSTANCE HInstance, HINSTANCE HPrevInstance, LPTSTR lpCmdLine, int nCmdShow) |
Variables | |
HINSTANCE | HInst |
HINSTANCE | HPrevInst |
TCHAR * | cmdline |
const char * | WndClassName = "GMainWnd" |
HWND | HStatic |
HDC | HMemDC |
HBITMAP | HBmp |
HBITMAP | HOldBmp |
const char * | filename = "BACKBITMAP.BMP" |
Definition at line 90 of file wm_erasebkgnd.cpp.
Referenced by WinMain().
int APIENTRY WinMain | ( | HINSTANCE | HInstance, |
HINSTANCE | HPrevInstance, | ||
LPTSTR | lpCmdLine, | ||
int | nCmdShow | ||
) |
Definition at line 38 of file wm_erasebkgnd.cpp.
TCHAR* cmdline |
Definition at line 32 of file wm_erasebkgnd.cpp.
Referenced by WinMain().
Definition at line 88 of file wm_erasebkgnd.cpp.
HBITMAP HBmp |
Definition at line 87 of file wm_erasebkgnd.cpp.
Referenced by MainWndProc().
HINSTANCE HInst |
Definition at line 30 of file wm_erasebkgnd.cpp.
Referenced by MainWndProc(), and WinMain().
HDC HMemDC |
Definition at line 86 of file wm_erasebkgnd.cpp.
Referenced by MainWndProc().
HBITMAP HOldBmp |
Definition at line 87 of file wm_erasebkgnd.cpp.
Referenced by MainWndProc().
HINSTANCE HPrevInst |
Definition at line 31 of file wm_erasebkgnd.cpp.
Referenced by WinMain().
HWND HStatic |
Definition at line 85 of file wm_erasebkgnd.cpp.
Referenced by MainWndProc().
Definition at line 33 of file wm_erasebkgnd.cpp.
Referenced by WinMain().