ReactOS 0.4.16-dev-588-gf07ea94
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <winnls.h>
#include <winreg.h>
#include <wingdi.h>
#include <shellapi.h>
#include <tchar.h>
#include <strsafe.h>
#include "resource.h"
Go to the source code of this file.
Macros | |
#define | CCH_LAYOUT_ID 8 |
#define | CCH_ULONG_DEC 10 |
#define | WM_KEY_PRESSED (WM_USER + 10100) |
#define | WM_LANG_CHANGED (WM_USER + 10200) |
#define | WM_WINDOW_ACTIVATE (WM_USER + 10300) |
Typedefs | |
typedef BOOL(WINAPI * | PKBSWITCHSETHOOKS) (VOID) |
typedef VOID(WINAPI * | PKBSWITCHDELETEHOOKS) (VOID) |
Variables | |
TCHAR | szKbSwitcherName [] = _T("kbswitcher") |
#define CCH_LAYOUT_ID 8 |
Definition at line 17 of file kbswitch.h.
#define CCH_ULONG_DEC 10 |
Definition at line 20 of file kbswitch.h.
Definition at line 22 of file kbswitch.h.
Definition at line 23 of file kbswitch.h.
Definition at line 24 of file kbswitch.h.
Definition at line 27 of file kbswitch.h.
Definition at line 26 of file kbswitch.h.
Definition at line 29 of file kbswitch.h.
Referenced by _tWinMain(), DllMain(), GetTargetWindow(), and RememberLastActive().