ReactOS 0.4.16-dev-555-g690643f
|
#include <windows.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
LRESULT WINAPI | UnicodeWndProc (HWND, UINT, WPARAM, LPARAM) |
LRESULT WINAPI | UnicodeSubclassProc (HWND, UINT, WPARAM, LPARAM) |
LRESULT WINAPI | AnsiSubclassProc (HWND, UINT, WPARAM, LPARAM) |
int WINAPI | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow) |
Variables | |
static WNDPROC | SavedWndProcW |
static WNDPROC | SavedWndProcA |
Definition at line 155 of file subclass.c.
Referenced by WinMain().
Definition at line 136 of file subclass.c.
Referenced by WinMain().
Definition at line 117 of file subclass.c.
Referenced by WinMain().
int WINAPI WinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPSTR | lpszCmdLine, | ||
int | nCmdShow | ||
) |
Definition at line 12 of file subclass.c.
|
static |
Definition at line 9 of file subclass.c.
Referenced by AnsiSubclassProc(), and WinMain().
|
static |
Definition at line 8 of file subclass.c.
Referenced by UnicodeSubclassProc(), and WinMain().