|
ReactOS 0.4.16-dev-2357-g35d0dfe
|
#include <stdlib.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 <ime/indicml.h>#include <cjkcode.h>#include "resource.h"#include "indicdll/resource.h"

Go to the source code of this file.
Macros | |
| #define | CCH_LAYOUT_ID 8 |
| #define | CCH_ULONG_DEC 10 |
| #define | WM_LANG_CHANGED (WM_USER + 10200) |
| #define | WM_WINDOW_ACTIVATE (WM_USER + 10300) |
| #define | IME_STATUS_NO_IME 0 |
| #define | IME_STATUS_IME_CLOSED 1 |
| #define | IME_STATUS_IME_OPEN 2 |
| #define | IME_STATUS_IME_NATIVE 4 |
| #define | IME_STATUS_IME_FULLSHAPE 8 |
Functions | |
| static BOOL | IsWndClassName (_In_opt_ HWND hwndTarget, PCTSTR pszName) |
| static BOOL | IsConsoleWnd (_In_opt_ HWND hwndTarget) |
| #define CCH_LAYOUT_ID 8 |
Definition at line 19 of file kbswitch.h.
| #define CCH_ULONG_DEC 10 |
Definition at line 20 of file kbswitch.h.
| #define IME_STATUS_IME_CLOSED 1 |
Definition at line 26 of file kbswitch.h.
| #define IME_STATUS_IME_FULLSHAPE 8 |
Definition at line 29 of file kbswitch.h.
| #define IME_STATUS_IME_NATIVE 4 |
Definition at line 28 of file kbswitch.h.
| #define IME_STATUS_IME_OPEN 2 |
Definition at line 27 of file kbswitch.h.
| #define IME_STATUS_NO_IME 0 |
Definition at line 25 of file kbswitch.h.
Definition at line 22 of file kbswitch.h.
Definition at line 23 of file kbswitch.h.
Definition at line 40 of file kbswitch.h.
Definition at line 32 of file kbswitch.h.
Referenced by GetTargetWindow(), IsConsoleWnd(), and RememberLastActive().