|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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::@5447 |
| DWORD tagIMEUI::dwLastStatus |
Definition at line 1235 of file ntuser.h.
Referenced by ImeWnd_OnCreate(), and ImeWnd_OnImeControl().
| UINT tagIMEUI::fActivate |
Definition at line 1228 of file ntuser.h.
Referenced by ImeWnd_OnCreate(), ImeWnd_OnImeSelect(), and ImeWnd_OnImeSetContext().
| UINT tagIMEUI::fChildThreadDef |
Definition at line 1231 of file ntuser.h.
Referenced by co_IntCreateDefaultImeWindow(), and IntImeCanDestroyDefIMEforChild().
| UINT tagIMEUI::fCtrlShowStatus |
Definition at line 1232 of file ntuser.h.
Referenced by ImeWnd_OnCreate(), ImeWnd_OnImeControl(), ImeWnd_OnImeSelect(), ImeWnd_OnImeSetContext(), and IntNotifyImeShowStatus().
| UINT tagIMEUI::fDefault |
Definition at line 1230 of file ntuser.h.
Referenced by co_IntCreateDefaultImeWindow().
| UINT tagIMEUI::fDestroy |
Definition at line 1229 of file ntuser.h.
Referenced by ImeWnd_OnCreate(), IntImeCanDestroyDefIME(), and User32DestroyImeUIWindow().
| UINT tagIMEUI::fShowStatus |
Definition at line 1227 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 1221 of file ntuser.h.
Referenced by ImeWnd_OnImeControl(), ImeWnd_OnImeNotify(), ImeWnd_OnImeSystem(), User32CreateImeUIWindow(), User32DoImeHelp(), and User32UpdateImcOfImeUI().
| HKL tagIMEUI::hKL |
Definition at line 1223 of file ntuser.h.
Referenced by CtfLoadThreadLayout(), ImeWnd_OnCreate(), ImeWnd_OnImeSelect(), ImeWnd_OnImeSetContext(), ImeWndProc_common(), and User32DoImeHelp().
| HWND tagIMEUI::hwndIMC |
Definition at line 1222 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 1224 of file ntuser.h.
Referenced by CtfLoadThreadLayout(), ImeWnd_OnImeNotify(), ImeWnd_OnImeSelect(), ImeWnd_OnImeSetContext(), IntSendMessageToUI(), User32DestroyImeUIWindow(), and User32SendImeUIMessage().
| LONG tagIMEUI::nCntInIMEProc |
Definition at line 1225 of file ntuser.h.
Referenced by ImeWnd_OnCreate(), ImeWndProc_common(), and User32SendImeUIMessage().
| PWND tagIMEUI::spwnd |
Definition at line 1220 of file ntuser.h.
Referenced by ImeWnd_OnCreate(), ImeWnd_OnImeNotify(), ImeWnd_OnImeSetContext(), ImeWnd_OnImeSystem(), ImeWndProc_common(), User32CreateImeUIWindow(), User32NotifyOpenStatus(), User32SendImeUIMessage(), and User32UpdateImcOfImeUI().