x64dbg/docs/developers/functions/gui/GuiUpdateDisable.md
2025-07-04 01:32:42 +02:00

1.3 KiB

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.

void GuiUpdateDisable();

Parameters

This function has no parameters.

Return Value

This function does not return a value.

Example

GuiUpdateDisable();