A function exported by PhAB to display a message dialog 
int message (
  char *message,
  char *button1,
  char *button2,
  char *button3,
  int default_button );
- message
- The text that appears in the message dialog.
- button1
- The text for the first button.
- button2
- The text for the second button.  Set to NULL if
you do not require a second button.
- button3
- The text for the third button.  Set to NULL if
you do not require a third button.
- default_button
- The index (1, 2, or 3) of the button with focus when the message dialog
is displayed. 
Exported from PhAB in the PhABResExportCommon_t structure.
This function displays a customizable message dialog.
The index of the button the user clicked.
Photon
| Safety: |  | 
|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
PhABResExportCommon_t