class XGAbort

Declared in <XError.h>
Declared from XGError

Throw this object to abort. This does nothing for the 'DoAlert' method--which means that this is a great way to quietly abort some processing or another


Construction/Destruction

XGAbort::XGAbort

Public Methods

XGAbort::DisplayError
XGAbort::GetLongError
XGAbort::GetShortError


Construction/Destruction

XGAbort::XGAbort

Usage: void DrawResBitmap(HDC dest,short resID,short x,short y)

Constructs the XGAbort object. Doesn't do very much.

Public Methods

XGAbort::DisplayError

Usage: void XGAbort::DisplayError()

Displays the error message. This doesn't do anything, and is used to silently abort an operation.

XGAbort::GetLongError

Usage: void XGAbort::GetLongError(char*msg)

Gets the long error message. The return value of this thing is ignored by DisplayError (above).

XGAbort::GetShortError

Usage: void XGAbort::GetShortError(char*msg)

Gets the short error message. The return value of this thing is ignored by DisplayError (above).