Techwiki:Win32k/IMC

From ReactOS Wiki
Jump to: navigation, search

Windows Input Context Structure

typedef struct tagIMC
{
  THRDESKHEAD    head;
  struct tagIMC* pImcNext;
  DWORD_PTR      dwClientImcData;
  HWND           hImeWnd;
} IMC, *PIMC;

References

  • Windows Symbol files, userkdx.dll, !dso and W7U symbols