Declared in <XError.h>
Declared from XGErrorThrow 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
Public Methods
XGAbort::DisplayError
XGAbort::GetLongError
XGAbort::GetShortError
Construction/Destruction
Usage: void DrawResBitmap(HDC dest,short resID,short x,short y)
Constructs the XGAbort object. Doesn't do very much.
Public Methods
Usage: void XGAbort::DisplayError()
Displays the error message. This doesn't do anything, and is used to silently abort an operation.
Usage: void XGAbort::GetLongError(char*msg)
Gets the long error message. The return value of this thing is ignored by DisplayError (above).
Usage: void XGAbort::GetShortError(char*msg)
Gets the short error message. The return value of this thing is ignored by DisplayError (above).