OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TErrorMode Class Reference

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.
 

Detailed Description

Simple encapsulation of the SetErrorMode call.

Manages putting the error mode back to its previous state on destruction, thus is exception safe.

Definition at line 352 of file module.h.


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