Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 939 Bytes

Experiment07.md

File metadata and controls

36 lines (24 loc) · 939 Bytes

Experiment07

Purpose

Inspect IME class window of Notepad.

Platform

Windows XP Japanese.

Tools

Window Handles

  • HWND 000A00E0, window class name "Notepad", window text "無題 - メモ帳"
  • HWND 000B012A, window class name "IME", window text "Default IME"
  • HWND 000A0108, window class name "imejpstmain81", window text "imejpstmain81"

Window Hierarchy

  • HWND 000A00E0 ("Notepad") is the top-level window.
  • HWND 000B012A ("IME") is owned by HWND 000A00E0.
  • HWND 000A0108("imejpstmain81") is owned by HWND 000B012A.

Screenshots