mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
449 B
449 B
GuiAddStatusBarMessage
Shows text in the statusbar, which can be used to inform the user.
void GuiAddStatusBarMessage(const char* msg);
Parameters
msg String containing the message to add to the status bar.
Return Value
This function does not return a value.
Example
GuiAddStatusBarMessage("This text will be displayed in the statusbar.");