mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
347 B
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.
Related functions
- List of related functions