x64dbg/docs/developers/functions/gui/GuiAddStatusBarMessage.md
2025-07-04 01:32:42 +02:00

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.");