__messageBoxYesNo
In this section:
Syntax
__messageBoxYesNo(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 47. __messageBoxYesNo return values
For use with
All C-SPY drivers.
Description
Displays a Yes/No dialog box when called and returns the user input. Typically, this is useful for creating macros that require user interaction.