|
ReactOS 0.4.17-dev-444-g71ee754
|
#include <stdio.h>#include <stdlib.h>#include <windef.h>#include <winbase.h>#include <winuser.h>#include "resource.h"#include "data.c"
Go to the source code of this file.
Variables | |
| static HINSTANCE | g_hInst |
| static const PCWSTR | szWindowClass = L"TESTAPP" |
| static HWND | g_hEdit |
| static HWND | g_hMsgDump |
| static ATOM | g_aHotKey1 |
| static ATOM | g_aHotKey2 |
| static HHOOK | g_hHook1 |
| static HHOOK | g_hHook2 |
| static HHOOK | g_hHook3 |
| static BOOL | g_bShowEdit = TRUE |
| static BOOL | g_bXlatAccels = TRUE |
| #define EDIT_STYLE (EDIT_STYLE_WRAP | WS_HSCROLL | ES_AUTOHSCROLL) |
Definition at line 33 of file menuaccels.c.
| #define EDIT_STYLE_WRAP (WS_CHILD | WS_VSCROLL | ES_AUTOVSCROLL | ES_MULTILINE | ES_NOHIDESEL) |
Definition at line 32 of file menuaccels.c.
Definition at line 274 of file menuaccels.c.
| #define MSGDUMP_PREFIX "" |
Definition at line 273 of file menuaccels.c.
| #define MSGDUMP_PRINTF dump_printf |
Definition at line 271 of file menuaccels.c.
Definition at line 236 of file menuaccels.c.
Referenced by dump_printf().
Definition at line 214 of file menuaccels.c.
Referenced by WndProc().
Definition at line 248 of file menuaccels.c.
|
static |
Definition at line 280 of file menuaccels.c.
Referenced by MD_OnHotKey(), MD_OnKey(), and MD_OnSysKey().
Definition at line 462 of file menuaccels.c.
Referenced by wWinMain().
Definition at line 479 of file menuaccels.c.
Referenced by wWinMain().
Definition at line 496 of file menuaccels.c.
Referenced by wWinMain().
|
static |
Definition at line 440 of file menuaccels.c.
|
static |
Definition at line 332 of file menuaccels.c.
Referenced by MD_msgdump().
|
static |
Definition at line 345 of file menuaccels.c.
Referenced by MD_msgdump().
|
static |
Definition at line 424 of file menuaccels.c.
Referenced by MD_msgdump().
|
static |
Definition at line 305 of file menuaccels.c.
Referenced by MD_msgdump().
|
static |
Definition at line 385 of file menuaccels.c.
Referenced by MD_msgdump().
|
static |
Definition at line 398 of file menuaccels.c.
Referenced by MD_msgdump().
|
static |
Definition at line 358 of file menuaccels.c.
Referenced by MD_msgdump().
|
static |
Definition at line 411 of file menuaccels.c.
Referenced by MD_msgdump().
Definition at line 59 of file menuaccels.c.
Referenced by wWinMain().
Definition at line 172 of file menuaccels.c.
Referenced by UpdateAccelXlatMenu(), and UpdateEditWnd().
Definition at line 205 of file menuaccels.c.
Referenced by WndProc().
Definition at line 188 of file menuaccels.c.
Referenced by DoCreateEditChildren(), and WndProc().
Definition at line 514 of file menuaccels.c.
Referenced by MyRegisterClass().
| int APIENTRY wWinMain | ( | _In_ HINSTANCE | hInstance, |
| _In_ HINSTANCE | hPrevInstance, | ||
| _In_ LPWSTR | lpCmdLine, | ||
| _In_ int | nCmdShow | ||
| ) |
Definition at line 95 of file menuaccels.c.
|
static |
Definition at line 27 of file menuaccels.c.
Referenced by WndProc(), and wWinMain().
|
static |
Definition at line 27 of file menuaccels.c.
Referenced by WndProc(), and wWinMain().
Definition at line 29 of file menuaccels.c.
Referenced by UpdateEditWnd(), and WndProc().
Definition at line 30 of file menuaccels.c.
Referenced by UpdateAccelXlatMenu(), WndProc(), and wWinMain().
|
static |
Definition at line 26 of file menuaccels.c.
Referenced by DoCreateEditChildren(), UpdateEditWnd(), and WndProc().
|
static |
Definition at line 28 of file menuaccels.c.
Referenced by HookProcCallWnd(), and wWinMain().
|
static |
Definition at line 28 of file menuaccels.c.
Referenced by HookProcGetMsg(), and wWinMain().
|
static |
Definition at line 28 of file menuaccels.c.
Referenced by HookProcMessage(), and wWinMain().
|
static |
Definition at line 23 of file menuaccels.c.
Referenced by DoCreateEditChildren(), SetMenuString(), and wWinMain().
|
static |
Definition at line 26 of file menuaccels.c.
Referenced by DoCreateEditChildren(), dump_printf(), and WndProc().
Definition at line 24 of file menuaccels.c.
Referenced by MyRegisterClass(), and wWinMain().