返回内部更新标志的状态,可通过 GuiUpdateDisable 函数禁用或通过 GuiUpdateEnable 函数启用。
bool GuiIsUpdateDisabled();
此函数没有参数。
返回布尔值,指示内部更新标志是否设置为禁用。如果设置为禁用,则返回值为 TRUE,否则更新已启用,返回值为 FALSE。
bool bUpdate = GuiIsUpdateDisabled();
GuiUpdateAllViews
GuiUpdateArgumentWidget
GuiUpdateBreakpointsView
GuiUpdateCallStack
GuiUpdateDisable
GuiUpdateDisassemblyView
GuiUpdateDumpView
GuiUpdateEnable
GuiUpdateGraphView
GuiUpdateMemoryView
GuiUpdatePatches
GuiUpdateRegisterView
GuiUpdateSEHChain
GuiUpdateSideBar
GuiUpdateThreadView
GuiUpdateTimeWastedCounter
GuiUpdateWatchView
GuiUpdateWindowTitle