#include <os2win.h>
#include <misc.h>
#include <heapstring.h>
#include "win32wbase.h"
#include <win\winnls.h>
#include "dbglocal.h"
Include dependency graph for winaccel.cpp:
Go to the source code of this file.
Defines | |
#define | DBG_LOCALLOG DBG_winaccel |
Functions | |
BOOL | KBD_translate_accelerator (HWND hWnd, LPMSG msg, BYTE fVirt, WORD key, WORD cmd) |
INT WINAPI | TranslateAcceleratorA (HWND hWnd, HACCEL hAccel, LPMSG msg) |
HACCEL WINAPI | LoadAcceleratorsW (HINSTANCE instance, LPCWSTR lpTableName) |
HACCEL WINAPI | LoadAcceleratorsA (HINSTANCE instance, LPCSTR lpTableName) |
INT WINAPI | CopyAcceleratorTableA (HACCEL src, LPACCEL dst, INT entries) |
INT WINAPI | CopyAcceleratorTableW (HACCEL src, LPACCEL dst, INT entries) |
HACCEL WINAPI | CreateAcceleratorTableA (LPACCEL lpaccel, INT cEntries) |
HACCEL WINAPI | CreateAcceleratorTableW (LPACCEL lpaccel, INT cEntries) |
BOOL WINAPI | DestroyAcceleratorTable (HACCEL handle) |
|
Definition at line 23 of file winaccel.cpp. |
|
Definition at line 31 of file winaccel.cpp. Referenced by TranslateAcceleratorA().
|
|
Definition at line 163 of file winaccel.cpp. |
|
Definition at line 223 of file winaccel.cpp. Referenced by LoadAcceleratorsA().
|
|
Definition at line 258 of file winaccel.cpp. |
|
Definition at line 274 of file winaccel.cpp. |
|
Definition at line 284 of file winaccel.cpp. Referenced by CopyAcceleratorTableA().
|
|
Definition at line 338 of file winaccel.cpp. |
|
Definition at line 378 of file winaccel.cpp. |
|
Definition at line 432 of file winaccel.cpp. |