x64dbg/docs/developers/functions/gui/GuiScriptMsgyn.md
2025-08-26 17:52:06 +08:00

347 B

GuiScriptMsgyn

Pop up a message box containing yes/no choices.

int GuiScriptMsgyn(const char* message);

Parameters

message The content of the yes/no choices message box.

Return Value

1 if the user chose yes, 0 if the user chose no.

Example

Example code.
  • List of related functions