Runs any filters against a window message, and returns a copy of the modified message. 对窗口消息(WM)运行任何筛选器,并返回修改后的消息的副本。
Add an event listener for window message events. 为Windows信息事件添加一个事件监听器。
Parameter contains the window message to preview. 参数包含要预览的窗口消息(WM)。
When the window message event is received, remove the event listener, and handle the message that is returned. 在获得窗口信息事件时,删除事件监听器,并处理它所返回的信息。
If there are non-alphanumeric characters such as spaces or punctuation marks in your window message or window class name, you can put the message or name in single quotes. 如果窗口消息(WM)或窗口类名中存在非数字字母字符,如空格或标点符号,可将消息或名称用单引号括起来。