#include <MessageBox.h>
Static Public Member Functions | |
static void | Error (LPSTR lpszText, LPSTR lpszCaption="Error") |
static void | Warning (LPSTR lpszText, LPSTR lpszCaption="Warning") |
static void | Info (LPSTR lpszText, LPSTR lpszCaption="Info") |
For details, see http://www.functionx.com/win32/Lesson04.htm.
void gedi::AMessageBox::Error | ( | LPSTR | lpszText, | |
LPSTR | lpszCaption = "Error" | |||
) | [static] |
Displays a modal error message and terminates game.
lpszText | Text of message. | |
lpszCaption | Caption on message window. |
void gedi::AMessageBox::Warning | ( | LPSTR | lpszText, | |
LPSTR | lpszCaption = "Warning" | |||
) | [static] |
Displays a modal warning message.
lpszText | Text of message. | |
lpszCaption | Caption on message window. |
void gedi::AMessageBox::Info | ( | LPSTR | lpszText, | |
LPSTR | lpszCaption = "Info" | |||
) | [static] |
Displays a modal informational message.
lpszText | Text of message. | |
lpszCaption | Caption on message window. |