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)

Parameters

filename a const char variable to be appended to the x64dbg title bar.

Return Value

This function does not return a value.

Example

GuiUpdateWindowTitle("");
GuiUpdateWindowTitle(szFileName);