ReactOS 0.4.16-dev-550-g2186ce3
|
#include <windows.h>
#include <tchar.h>
#include <stdio.h>
Go to the source code of this file.
Classes | |
struct | _EnumData |
Typedefs | |
typedef struct _EnumData | EnumData |
Functions | |
LRESULT WINAPI | MainWndProc (HWND, UINT, WPARAM, LPARAM) |
int WINAPI | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow) |
void | MyTextOut (HDC hdc, int x, int y, const TCHAR *text) |
BOOL CALLBACK | MyWindowEnumProc (HWND hwnd, LPARAM lParam) |
Variables | |
HBRUSH | hbrBackground |
HFONT | tf |
int | test = 0 |
const TCHAR * | APP_NAME = "EnumWnd Test" |
const TCHAR * | CLASS_NAME = "EnumWndTestClass" |
Definition at line 109 of file enumwnd.c.
Referenced by WinMain().
Definition at line 86 of file enumwnd.c.
Referenced by MainWndProc(), and MyWindowEnumProc().
int WINAPI WinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPSTR | lpszCmdLine, | ||
int | nCmdShow | ||
) |
Definition at line 21 of file enumwnd.c.
Definition at line 16 of file enumwnd.c.
Referenced by ClassAddDevice(), ClassCallback(), ClassCancelRoutine(), ClassCleanup(), ClassClose(), ClassCreate(), ClassDeviceControl(), ClassRead(), ClassStartIo(), ConnectPortDriver(), CreateClassDeviceObject(), DestroyPortDriver(), DriverEntry(), HandleReadIrp(), ReadRegistryEntries(), SearchForLegacyDrivers(), and WinMain().
HBRUSH hbrBackground |
Definition at line 12 of file enumwnd.c.
Referenced by MainWndProc(), CTrayShowDesktopButton::OnDraw(), ProcessListWndProc(), test_pack_WNDCLASSA(), test_pack_WNDCLASSEXA(), test_pack_WNDCLASSEXW(), test_pack_WNDCLASSW(), and WinMain().
int test = 0 |
Definition at line 14 of file enumwnd.c.
Referenced by MainWndProc().
HFONT tf |
Definition at line 13 of file enumwnd.c.
Referenced by MainWndProc(), and WinMain().