ReactOS 0.4.16-dev-937-g7afcd2a
|
#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, LPTSTR, int nCmdShow) |
void | MapRect (IN HWND HWndFrom, IN HWND HWndTo, IN OUT RECT &RMap) |
void | RenderTrackingRect (IN HDC HDestDC, IN const RECT &RRender) |
Variables | |
HINSTANCE | HInst |
const char * | WndClassName = "GMainWnd" |
HDC | HMemDC = NULL |
HBITMAP | HOldBmp = NULL |
const char * | filename = "PENGUIN.BMP" |
RECT | RImage = {225, 110, 225, 110} |
bool | is_tracking = false |
HDC | HScreenDC = NULL |
POINT | PMouse = {0, 0} |
RECT | RTrack = {0, 0, 0, 0} |
const int | line_width = 5 |
Definition at line 128 of file patblt.cpp.
Referenced by WinMain().
Definition at line 85 of file patblt.cpp.
Referenced by MainWndProc().
Definition at line 97 of file patblt.cpp.
Referenced by MainWndProc().
Definition at line 25 of file patblt.cpp.
Definition at line 73 of file patblt.cpp.
HINSTANCE HInst |
Definition at line 19 of file patblt.cpp.
Referenced by MainWndProc(), and WinMain().
Definition at line 71 of file patblt.cpp.
Referenced by MainWndProc().
Definition at line 72 of file patblt.cpp.
Referenced by MainWndProc().
Definition at line 78 of file patblt.cpp.
Referenced by MainWndProc().
Definition at line 77 of file patblt.cpp.
Referenced by MainWndProc().
Definition at line 81 of file patblt.cpp.
Referenced by RenderTrackingRect().
POINT PMouse = {0, 0} |
Definition at line 79 of file patblt.cpp.
Referenced by MainWndProc().
RECT RImage = {225, 110, 225, 110} |
Definition at line 74 of file patblt.cpp.
Referenced by MainWndProc().
RECT RTrack = {0, 0, 0, 0} |
Definition at line 80 of file patblt.cpp.
Referenced by MainWndProc().
Definition at line 20 of file patblt.cpp.
Referenced by WinMain().