OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Simple encapsulation of the SetErrorMode call. More...
#include <owl/module.h>
Public Member Functions | |
TErrorMode (uint mode) | |
Constructs a TErrorMode object which invokes the 'SetErrorMode' API function to control how/whether Windows handles interrupt 24h errors. | |
~TErrorMode () | |
Destructor of TErrorMode object - restores the state of the error mode saved during construction of the object. | |
Simple encapsulation of the SetErrorMode call.
Manages putting the error mode back to its previous state on destruction, thus is exception safe.