|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <dbghelp.h>Go to the source code of this file.
Classes | |
| class | WheatyExceptionReport |
Macros | |
| #define | countof(array) |
Enumerations | |
| enum | BasicType { btNoType = 0 , btVoid = 1 , btChar = 2 , btWChar = 3 , btInt = 6 , btUInt = 7 , btFloat = 8 , btBCD = 9 , btBool = 10 , btLong = 13 , btULong = 14 , btCurrency = 25 , btDate = 26 , btVariant = 27 , btComplex = 28 , btBit = 29 , btBSTR = 30 , btHresult = 31 } |
Variables | |
| WheatyExceptionReport | g_WheatyExceptionReport |
| const char *const | rgBaseType [] |
| #define countof | ( | array | ) |
Definition at line 14 of file WheatyExceptionReport.h.
| enum BasicType |
| Enumerator | |
|---|---|
| btNoType | |
| btVoid | |
| btChar | |
| btWChar | |
| btInt | |
| btUInt | |
| btFloat | |
| btBCD | |
| btBool | |
| btLong | |
| btULong | |
| btCurrency | |
| btDate | |
| btVariant | |
| btComplex | |
| btBit | |
| btBSTR | |
| btHresult | |
Definition at line 20 of file WheatyExceptionReport.h.
|
extern |
| const char* const rgBaseType[] |
Definition at line 42 of file WheatyExceptionReport.h.