GuiGetWindowHandle

获取 x64dbg 的主窗口句柄。

HWND GuiGetWindowHandle();

参数

此函数没有参数。

返回值

以 HWND 变量形式返回 x64dbg 的主窗口句柄。

示例

HWND hWnd = GuiGetWindowHandle();

相关函数