Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 908 Bytes

Experiment02.md

File metadata and controls

36 lines (24 loc) · 908 Bytes

Experiment02

Purpose

Inspect IME UI window of Notepad.

Platform

Windows 2003.

Tools

  • WinSpy++
  • MessageSpy

Window Handles

  • HWND 00070072, window class name "Notepad", window text "Untitled - Notepad"
  • HWND 000B011E, window class name "Edit", window text ""
  • HWND 000F0148, window class name "IME", window text "Default IME"
  • HWND 0009010C, window class name "MSCTFIME UI", window text "M???..."

Window Hierarchy

  • HWND 00070072 ("Notepad") is the top-level window.
  • HWND 000B011E ("Edit") is child window of HWND 00070072.
  • HWND 000F0148 ("IME") is owned by HWND 00070072.
  • HWND 0009010C ("MSCTFIME UI") is owned by HWND 000F0148.

Screenshots