Skip to main content

IAR Embedded Workbench for RH850 3.20.x

__messageBoxYesCancel

In this section:
Syntax
__messageBoxYesCancel(message, caption)
Parameters
message

A message that will appear in the message box.

caption

The title that will appear in the message box.

Return value

Result

Value

Yes

1

No

0

Table 34. __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.