DCL 4.0
|
Go to the source code of this file.
Classes | |
class | Exception |
class | OutOfMemoryException |
class | SysError |
class | IOException |
class | InvalidIndexException |
class | ParseException |
class | NumericConvertException |
class | GenerialException |
class | AssertError |
Macros | |
#define | ERROR_VALUE_MASK 0x0fffffff |
#define | ERRNO_ERROR_MASK 0x00000000 |
#define | WINAPI_ERROR_MASK 0x10000000 |
#define | DCL_ERROR_MASK 0x20000000 |
#define | WINAPI_ERROR(n) |
#define | DCL_ERROR(n) |
#define | __EHANDLE EINVAL |
#define | __EPARAM EENVAL |
#define | __ENOMEM ENOMEM |
#define __EHANDLE EINVAL |
Definition at line 87 of file Exception.h.
#define __ENOMEM ENOMEM |
Definition at line 89 of file Exception.h.
#define __EPARAM EENVAL |
Definition at line 88 of file Exception.h.
#define DCL_ERROR | ( | n | ) |
Definition at line 73 of file Exception.h.
#define DCL_ERROR_MASK 0x20000000 |
Definition at line 71 of file Exception.h.
#define ERRNO_ERROR_MASK 0x00000000 |
Definition at line 69 of file Exception.h.
#define ERROR_VALUE_MASK 0x0fffffff |
Definition at line 68 of file Exception.h.
#define WINAPI_ERROR | ( | n | ) |
Definition at line 72 of file Exception.h.
#define WINAPI_ERROR_MASK 0x10000000 |
Definition at line 70 of file Exception.h.