mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
1.3 KiB
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();
Related functions
- GuiIsUpdateDisabled
- GuiUpdateAllViews
- GuiUpdateArgumentWidget
- GuiUpdateBreakpointsView
- GuiUpdateCallStack
- GuiUpdateDisable
- GuiUpdateDisassemblyView
- GuiUpdateDumpView
- GuiUpdateEnable
- GuiUpdateGraphView
- GuiUpdateMemoryView
- GuiUpdatePatches
- GuiUpdateRegisterView
- GuiUpdateSEHChain
- GuiUpdateSideBar
- GuiUpdateThreadView
- GuiUpdateTimeWastedCounter
- GuiUpdateWatchView
- GuiUpdateWindowTitle