Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - doserror a structure, defined in dos.h. used to store_ http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   DOSERROR         A  structure,  defined in  dos.h.  Used  to store_
                    values  returned by the DOS extended error  system
                    call (available under MSDOS 3.0 and later).


                    Definition:
                       struct DOSERROR{
                          int exterror;   /* extended error code */
                          char eclass;      /* error class */
                          char action;   /* recommended action */
                          char locus;      /* error locus */
                       };

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson