Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenrterror.h
Go to the documentation of this file.
00001 /* rterror.h */ 00002 00003 #ifndef __CRT_INTERNAL_RTERROR_H 00004 #define __CRT_INTERNAL_RTERROR_H 00005 00006 00007 #define _RT_STACK 0 /* stack overflow */ 00008 #define _RT_NULLPTR 1 /* null pointer assignment */ 00009 #define _RT_FLOAT 2 /* floating point not loaded */ 00010 #define _RT_INTDIV 3 /* integer divide by 0 */ 00011 #define _RT_SPACEARG 4 /* not enough space for arguments */ 00012 #define _RT_SPACEENV 5 /* not enough space for environment */ 00013 #define _RT_ABORT 6 /* abnormal program termination */ 00014 #define _RT_THREAD 7 /* not enough space for thread data */ 00015 #define _RT_LOCK 8 /* unexpected multi-thread lock error */ 00016 #define _RT_HEAP 9 /* unexpected heap error */ 00017 #define _RT_OPENCON 10 /* unable to open console device */ 00018 #define _RT_NONCONT 11 /* non-continuable exception */ 00019 #define _RT_INVALDISP 12 /* invalid disposition of exception */ 00020 #define _RT_ONEXIT 13 /* insufficient heap to allocate 00021 * initial table of function pointers 00022 * used by _onexit()/atexit(). */ 00023 #define _RT_PUREVIRT 14 /* pure virtual function call attempted 00024 * (C++ error) */ 00025 #define _RT_STDIOINIT 15 /* not enough space for stdio initialization */ 00026 #define _RT_LOWIOINIT 16 /* not enough space for lowio initialization */ 00027 00028 void _amsg_exit (int errnum); 00029 00030 /* not in any other header */ 00031 void _dosmaperr(unsigned long oserrcode); 00032 00033 #endif /* __MSVCRT_INTERNAL_RTERROR_H */ Generated on Sat May 26 2012 04:35:26 for ReactOS by
1.7.6.1
|