ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | IMM_INIT_MAGIC 0x19650412 |
#define | MAX_CANDIDATEFORM 4 |
#define | DEFINE_IMM_ENTRY(type, name, params, retval, retkind) static type WINAPI IMMSTUB_##name params { IMM_RETURN_##retkind((type)retval); } |
#define | DEFINE_IMM_ENTRY(type, name, params, retval, retkind) IMMSTUB_##name, |
#define | DEFINE_IMM_ENTRY(type, name, params, retval, retkind) |
Variables | |
HINSTANCE | ghImm32 = NULL |
BOOL | gbImmInitializing = FALSE |
INT | gfConIme = -1 |
Imm32ApiTable | gImmApiEntries |
|
static |
Definition at line 343 of file imm.c.
Referenced by ImeWndProc_common().
|
static |
Definition at line 427 of file imm.c.
Referenced by ImeWndProc_common().
Definition at line 246 of file imm.c.
Referenced by ImeWndProc_common().
Definition at line 391 of file imm.c.
Referenced by ImeWndProc_common().
Definition at line 779 of file imm.c.
Referenced by ImeWndProc_common().
Definition at line 623 of file imm.c.
Referenced by ImeWndProc_common().
LRESULT WINAPI ImeWndProc_common | ( | HWND | hwnd, |
UINT | msg, | ||
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL | unicode | ||
) |
Definition at line 935 of file imm.c.
Referenced by ImeWndProcA(), ImeWndProcW(), RealDefWindowProcA(), RealDefWindowProcW(), and RegisterClientPFN().
Definition at line 1090 of file imm.c.
Referenced by RegisterClientPFN().
Definition at line 1096 of file imm.c.
Referenced by RegisterClientPFN(), and RegisterIMEClass().
Definition at line 26 of file imm.c.
Referenced by ImeWnd_OnImeSetContext().
Definition at line 70 of file imm.c.
Referenced by InitializeImmEntryTable(), and User32InitializeImmEntryTable().
Definition at line 1127 of file imm.c.
Referenced by RegisterSystemControls().
Definition at line 1102 of file imm.c.
Referenced by UpdatePerUserSystemParameters().
Definition at line 155 of file imm.c.
Referenced by ImeWnd_OnCreate(), and ImeWnd_OnImeSetContext().
Definition at line 297 of file imm.c.
Referenced by ImeWnd_OnImeSelect(), and ImeWnd_OnImeSetContext().
Definition at line 375 of file imm.c.
Referenced by ImeWnd_OnImeSelect(), and ImeWndProc_common().
Definition at line 588 of file imm.c.
Referenced by ImeWnd_OnImeSystem().
Definition at line 162 of file imm.c.
Referenced by ImeWnd_OnImeControl(), ImeWnd_OnImeSelect(), ImeWnd_OnImeSetContext(), and ImeWnd_OnImeSystem().
Definition at line 57 of file imm.c.
Referenced by DllMain(), IntInitializeImmEntryTable(), and User32InitializeImmEntryTable().
Definition at line 126 of file imm.c.
Referenced by ImmDllInitialize().
Definition at line 199 of file imm.c.
Referenced by ImeWnd_OnImeSelect(), and ImeWnd_OnImeSetContext().
|
static |
Definition at line 170 of file imm.c.
Referenced by ImeWnd_OnImeControl(), ImeWnd_OnImeNotify(), ImeWnd_OnImeSelect(), ImeWnd_OnImeSetContext(), ImeWndProc_common(), and User32NotifyOpenStatus().
Definition at line 562 of file imm.c.
Referenced by ImeWnd_OnImeSystem().
Definition at line 214 of file imm.c.
Referenced by User32UpdateImcOfImeUI().
Definition at line 224 of file imm.c.
Referenced by ImeWnd_OnCreate(), and ImeWnd_OnImeSetContext().
WINE_DEFAULT_DEBUG_CHANNEL | ( | user32 | ) |
Definition at line 22 of file imm.c.
Referenced by InitializeImmEntryTable(), and User32InitializeImmEntryTable().
INT gfConIme = -1 |
Definition at line 24 of file imm.c.
Referenced by ImeWnd_OnImeNotify(), and ImeWnd_OnImeSetContext().
Definition at line 20 of file imm.c.
Referenced by DllMain(), IntInitializeImmEntryTable(), and User32InitializeImmEntryTable().
Imm32ApiTable gImmApiEntries |