GuiUpdateWindowTitle
Updates the x64dbg window title with a string to be appended to the title text. Typically the string is a filename.
void GuiUpdateWindowTitle(const char* filename)
参数
filename
a const char variable to be appended to the x64dbg title bar.
返回值
此函数不返回值。
示例
GuiUpdateWindowTitle(""); GuiUpdateWindowTitle(szFileName);