インテル® Fortran コンパイラー 14.0 ユーザー・リファレンス・ガイド
QuickWin Function: Displays a message box in a QuickWin window.
result = MESSAGEBOXQQ (msg,caption,mtype)
The result type is INTEGER(4). The result is zero if memory is not sufficient for displaying the message box. Otherwise, the result is one of the following values, indicating the user's response to the message box:
MB$IDABORT - The Abort button was pressed.
MB$IDCANCEL - The Cancel button was pressed.
MB$IDIGNORE - The Ignore button was pressed.
MB$IDNO - The No button was pressed.
MB$IDOK - The OK button was pressed.
MB$IDRETRY - The Retry button was pressed.
MB$IDYES - The Yes button was pressed.