开发者

What are these windows? .. "M" and "Default IME" (from GetWindowText)

开发者 https://www.devze.com 2023-01-07 08:14 出处:网络
Using EnumWindows and GetWindowText, I see many titles with \"M\' and \"Default IME\". What is their primary function?.. It seems to be something quite fu开发者_运维知识库ndamental.I\'m not sure about

Using EnumWindows and GetWindowText, I see many titles with "M' and "Default IME".

What is their primary function?.. It seems to be something quite fu开发者_运维知识库ndamental.


I'm not sure about the "M" one, but the "Default IME" window is created by the default Input Method Editor (IME).

An IME allows the user to enter characters in a script that may involve a number of separate keystrokes, e.g. Chinese or Korean.

Different IMEs can be installed via the Region and Language dialogs in Control Panel.

Its not unusual for a number of hidden windows to exist on Windows, especially when there are COM components running (for example, a single threaded [STA] apartment uses a window message pump to serialize actions).

0

精彩评论

暂无评论...
验证码 换一张
取 消