GuiIsUpdateDisabled
Returns the status of the internal update flag, which can be disabled via GuiUpdateDisable function or enabled vis the GuiUpdateEnable function.
bool GuiIsUpdateDisabled()
参数
此函数无参数。
返回值
Returns a boolean value indicating if the internal update flag is set to disabled. If it is set to disabled the value is TRUE otherwise updates are enabled and the value is FALSE.
示例
bool bUpdate = GuiIsUpdateDisabled();