ReactOS 0.4.15-dev-6656-gbbb33a6
|
#include <ntuser.h>
Public Attributes | |
PWND | spwnd |
HIMC | hIMC |
HWND | hwndIMC |
HKL | hKL |
HWND | hwndUI |
LONG | nCntInIMEProc |
struct { | |
UINT fShowStatus:1 | |
UINT fActivate:1 | |
UINT fDestroy:1 | |
UINT fDefault:1 | |
UINT fChildThreadDef:1 | |
UINT fCtrlShowStatus:1 | |
UINT fFreeActiveEvent:1 | |
}; | |
DWORD | dwLastStatus |
struct { ... } tagIMEUI::@4913 |
DWORD tagIMEUI::dwLastStatus |
Definition at line 1252 of file ntuser.h.
Referenced by ImeWnd_OnCreate(), and ImeWnd_OnImeControl().
UINT tagIMEUI::fActivate |
Definition at line 1245 of file ntuser.h.
Referenced by ImeWnd_OnCreate(), ImeWnd_OnImeSelect(), and ImeWnd_OnImeSetContext().
UINT tagIMEUI::fChildThreadDef |
Definition at line 1248 of file ntuser.h.
Referenced by co_IntCreateDefaultImeWindow(), and IntImeCanDestroyDefIMEforChild().
UINT tagIMEUI::fCtrlShowStatus |
Definition at line 1249 of file ntuser.h.
Referenced by ImeWnd_OnCreate(), ImeWnd_OnImeControl(), ImeWnd_OnImeSelect(), ImeWnd_OnImeSetContext(), and IntNotifyImeShowStatus().
UINT tagIMEUI::fDefault |
Definition at line 1247 of file ntuser.h.
Referenced by co_IntCreateDefaultImeWindow().
UINT tagIMEUI::fDestroy |
Definition at line 1246 of file ntuser.h.
Referenced by ImeWnd_OnCreate(), IntImeCanDestroyDefIME(), and User32DestroyImeUIWindow().
UINT tagIMEUI::fShowStatus |
Definition at line 1244 of file ntuser.h.
Referenced by ImeWnd_OnCreate(), ImeWnd_OnImeControl(), ImeWnd_OnImeSelect(), ImeWnd_OnImeSetContext(), IntCheckImeShowStatus(), IntNotifyImeShowStatus(), User32DestroyImeUIWindow(), and User32NotifyOpenStatus().
HIMC tagIMEUI::hIMC |
Definition at line 1238 of file ntuser.h.
Referenced by ImeWnd_OnImeControl(), ImeWnd_OnImeNotify(), ImeWnd_OnImeSystem(), User32CreateImeUIWindow(), User32DoImeHelp(), and User32UpdateImcOfImeUI().
HKL tagIMEUI::hKL |
Definition at line 1240 of file ntuser.h.
Referenced by CtfLoadThreadLayout(), ImeWnd_OnCreate(), ImeWnd_OnImeSelect(), ImeWnd_OnImeSetContext(), ImeWndProc_common(), and User32DoImeHelp().
HWND tagIMEUI::hwndIMC |
Definition at line 1239 of file ntuser.h.
Referenced by ImeWnd_OnCreate(), ImeWnd_OnImeNotify(), ImeWnd_OnImeSelect(), ImeWnd_OnImeSetContext(), ImeWnd_OnImeSystem(), IntCheckImeShowStatus(), and IntNotifyImeShowStatus().
HWND tagIMEUI::hwndUI |
Definition at line 1241 of file ntuser.h.
Referenced by CtfLoadThreadLayout(), ImeWnd_OnImeNotify(), ImeWnd_OnImeSelect(), ImeWnd_OnImeSetContext(), IntSendMessageToUI(), User32DestroyImeUIWindow(), and User32SendImeUIMessage().
LONG tagIMEUI::nCntInIMEProc |
Definition at line 1242 of file ntuser.h.
Referenced by ImeWnd_OnCreate(), ImeWndProc_common(), IntSendMessageToUI(), and User32SendImeUIMessage().
PWND tagIMEUI::spwnd |
Definition at line 1237 of file ntuser.h.
Referenced by ImeWnd_OnCreate(), ImeWnd_OnImeNotify(), ImeWnd_OnImeSetContext(), ImeWnd_OnImeSystem(), ImeWndProc_common(), User32CreateImeUIWindow(), User32NotifyOpenStatus(), User32SendImeUIMessage(), and User32UpdateImcOfImeUI().