int ConfirmPopup (char title[], char message[]);
Displays a prompt message in a dialog box and waits for the user to select the Yes or No button.
| Input | ||
| Name | Type | Description |
| title | string | Title of the dialog box. |
| message | string | Message to display in the dialog box. To display a multi-line message, embed newline characters (\n) in the message string. |
| Name | Type | Description | ||||
| responseValue | integer | The user response.
If the value is negative, an error occurred. |