Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 820 Bytes

Experiment08.md

File metadata and controls

34 lines (22 loc) · 820 Bytes

Experiment08

Purpose

Inspect IME UI window of Notepad.

Platform

Windows XP Japanese.

Tools

  • WinSpy++
  • MessageSpy

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