Back to X64dbg

GuiUpdateDisable

docs/developers/functions/gui/GuiUpdateDisable.md

2026.04.201.3 KB
Original Source

GuiUpdateDisable

Sets and internal variable to disable the update of views. To re-enable updating after processing or performing some operation, use the GuiUpdateEnable function.

c++
void GuiUpdateDisable();

Parameters

This function has no parameters.

Return Value

This function does not return a value.

Example

c++
GuiUpdateDisable();