mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
699 B
699 B
GuiSymbolSetProgress
Sets the progress bar in the symbol view based on the integer value supplied. This can be used to convey to the user an operation and how close it is to completion, for example with searches.
void GuiSymbolSetProgress(int percent);
Parameters
percent an integer representing the percentage to set for the progress bar.
Return Value
This function does not return a value.
Example
GuiSymbolSetProgress(50);