ReactOS 0.4.16-dev-1470-gfbd70c8
|
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) |
#define | IFN_GetPenMenuData 12 |
Typedefs | |
typedef VOID(CALLBACK * | FN_GetPenMenuData) (PUINT pnID, PDWORD_PTR pdwMenuData) |
Variables | |
HINSTANCE | ghImm32 = NULL |
BOOL | gbImmInitializing = FALSE |
INT | gfConIme = -1 |
Imm32ApiTable | gImmApiEntries |
static FN_GetPenMenuData | s_pGetPenMenuData = NULL |
typedef VOID(CALLBACK * FN_GetPenMenuData) (PUINT pnID, PDWORD_PTR pdwMenuData) |
|
static |
Definition at line 334 of file imm.c.
Referenced by ImeWndProc_common().
|
static |
Definition at line 415 of file imm.c.
Referenced by ImeWndProc_common().
Definition at line 239 of file imm.c.
Referenced by ImeWndProc_common().
Definition at line 380 of file imm.c.
Referenced by ImeWndProc_common().
Definition at line 834 of file imm.c.
Referenced by ImeWndProc_common().
Definition at line 679 of file imm.c.
Referenced by ImeWndProc_common().
Definition at line 608 of file imm.c.
Referenced by ImeWnd_OnImeSystem().
LRESULT WINAPI ImeWndProc_common | ( | HWND | hwnd, |
UINT | msg, | ||
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL | unicode | ||
) |
Definition at line 989 of file imm.c.
Referenced by ImeWndProcA(), ImeWndProcW(), RealDefWindowProcA(), RealDefWindowProcW(), and RegisterClientPFN().
Definition at line 1148 of file imm.c.
Referenced by RegisterIMEClass().
Definition at line 1256 of file imm.c.
Definition at line 1226 of file imm.c.
Definition at line 1236 of file imm.c.
Definition at line 1206 of file imm.c.
Definition at line 25 of file imm.c.
Referenced by ImeWnd_OnImeSetContext().
Definition at line 72 of file imm.c.
Referenced by InitializeImmEntryTable(), and User32InitializeImmEntryTable().
Definition at line 1178 of file imm.c.
Referenced by RegisterSystemControls().
Definition at line 1276 of file imm.c.
Definition at line 1266 of file imm.c.
Definition at line 1153 of file imm.c.
Referenced by UpdatePerUserSystemParameters().
Definition at line 154 of file imm.c.
Referenced by ImeWnd_OnCreate(), and ImeWnd_OnImeSetContext().
Definition at line 289 of file imm.c.
Referenced by ImeWnd_OnImeSelect(), and ImeWnd_OnImeSetContext().
Definition at line 365 of file imm.c.
Referenced by ImeWnd_OnImeSelect(), and ImeWndProc_common().
Definition at line 574 of file imm.c.
Referenced by ImeWnd_OnImeSystem().
Definition at line 160 of file imm.c.
Referenced by ImeWnd_OnImeControl(), ImeWnd_OnImeSelect(), ImeWnd_OnImeSetContext(), and ImeWnd_OnImeSystem().
Definition at line 631 of file imm.c.
Referenced by User32ImeMenuItemSelected().
HRESULT User32GetSystemFilePath | ( | _Out_writes_(cchBuffer) PWSTR | lpBuffer, |
_In_ SIZE_T | cchBuffer, | ||
_In_ PCWSTR | pszFileName | ||
) |
Definition at line 54 of file imm.c.
Referenced by DllMain(), IntInitializeImmEntryTable(), User32GetPenMenuData(), and User32InitializeImmEntryTable().
Definition at line 661 of file imm.c.
Referenced by ImeWnd_OnImeSystem().
Definition at line 126 of file imm.c.
Definition at line 195 of file imm.c.
Referenced by ImeWnd_OnImeSelect(), and ImeWnd_OnImeSetContext().
|
static |
Definition at line 167 of file imm.c.
Referenced by ImeWnd_OnImeControl(), ImeWnd_OnImeNotify(), ImeWnd_OnImeSelect(), ImeWnd_OnImeSetContext(), ImeWndProc_common(), and User32NotifyOpenStatus().
Definition at line 549 of file imm.c.
Referenced by ImeWnd_OnImeSystem().
Definition at line 209 of file imm.c.
Referenced by User32UpdateImcOfImeUI().
Definition at line 218 of file imm.c.
Referenced by ImeWnd_OnCreate(), and ImeWnd_OnImeSetContext().
WINE_DEFAULT_DEBUG_CHANNEL | ( | user32 | ) |
Definition at line 21 of file imm.c.
Referenced by InitializeImmEntryTable(), and User32InitializeImmEntryTable().
INT gfConIme = -1 |
Definition at line 23 of file imm.c.
Referenced by ImeWnd_OnImeNotify(), and ImeWnd_OnImeSetContext().
Definition at line 19 of file imm.c.
Referenced by DllMain(), IntInitializeImmEntryTable(), and User32InitializeImmEntryTable().
Imm32ApiTable gImmApiEntries |
|
static |
Definition at line 627 of file imm.c.
Referenced by User32GetPenMenuData().