Location:
Search - userext
Search list
Description: 调试工具windbg的扩展插件,可以查看进程中的所有窗口信息,可以结合windbg的命令使用:!hwnd
* 函数: hwnd
* 功能: 显示被调试进程中的窗口信息
* 参数: hwnd [-h] [Handle [ UMFlags [TypeName] ] ]
* Handle 窗口句柄
* 如果Handle为0,则显示进程中的所有窗口信息
* UMFlags 显示参数,如果是0,则显示最基本参数
* Bit 0 (0x1) 显示General Properties
* Bit 1 (0x2) 显示窗口样式
* Bit 2 (0x4) 显示相关窗口
* Bit 3 (0x8) 显示Class信息
* -h 窗口边框高亮
* TypeName 窗口类型
Platform: |
Size: 62099 |
Author: qunhui hu |
Hits:
Description: 调试工具windbg的扩展插件,可以查看进程中的所有窗口信息,可以结合windbg的命令使用:!hwnd
* 函数: hwnd
* 功能: 显示被调试进程中的窗口信息
* 参数: hwnd [-h] [Handle [ UMFlags [TypeName] ] ]
* Handle 窗口句柄
* 如果Handle为0,则显示进程中的所有窗口信息
* UMFlags 显示参数,如果是0,则显示最基本参数
* Bit 0 (0x1) 显示General Properties
* Bit 1 (0x2) 显示窗口样式
* Bit 2 (0x4) 显示相关窗口
* Bit 3 (0x8) 显示Class信息
* -h 窗口边框高亮
* TypeName 窗口类型
-Windbg debugging tools for extension, you can view all the windows in the process of information may be combined with the use of windbg the command:! Hwnd* Function: hwnd* function: shows debug window in the process of information* parameters: hwnd [-h] [ Handle [UMFlags [TypeName]]]* Handle window handle* If Handle is 0, it shows all the windows in the process of information* UMFlags display parameters, if it is 0, it shows the basic parameters* Bit 0 (0x1) shows General Properties* Bit 1 (0x2) display window style* Bit 2 (0x4) display window* Bit 3 (0x8) display Class information*-h window highlight* TypeName window frame type
Platform: |
Size: 61440 |
Author: qunhui hu |
Hits: