__messageBoxYesCancel
In this section:
Syntax
__messageBoxYesCancel(message,caption)
Parameters
messageA message that will appear in the message box.
captionThe title that will appear in the message box.
Return value
Result | Value |
|---|---|
Yes |
|
No |
|
Table 46. __messageBoxYesCancel return values
For use with
All C-SPY drivers.
Description
Displays a Yes/Cancel dialog box when called and returns the user input. Typically, this is useful for creating macros that require user interaction.