gedi::AMessageBox Class Reference

#include <MessageBox.h>

List of all members.

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")


Detailed Description

Mirus message box class wraps the Windows MessagBox procedure.

For details, see http://www.functionx.com/win32/Lesson04.htm.


Member Function Documentation

void gedi::AMessageBox::Error ( LPSTR  lpszText,
LPSTR  lpszCaption = "Error" 
) [static]

Displays a modal error message and terminates game.

Parameters:
lpszText Text of message.
lpszCaption Caption on message window.

void gedi::AMessageBox::Warning ( LPSTR  lpszText,
LPSTR  lpszCaption = "Warning" 
) [static]

Displays a modal warning message.

Parameters:
lpszText Text of message.
lpszCaption Caption on message window.

void gedi::AMessageBox::Info ( LPSTR  lpszText,
LPSTR  lpszCaption = "Info" 
) [static]

Displays a modal informational message.

Parameters:
lpszText Text of message.
lpszCaption Caption on message window.


The documentation for this class was generated from the following files: