Low-level Ini file definitions. More...
#include <mi32/stddefns.h>

Go to the source code of this file.
Defines | |
| #define | INITYPE_ASCII INITYPE_String |
| #define | INITYPE_Bool 19 |
| #define | INITYPE_ByteBoolean 1 |
| #define | INITYPE_COLOR 17|INITYPE_IniStruct |
| #define | INITYPE_Double 10 |
| #define | INITYPE_DPOINT2D 13|INITYPE_IniStruct |
| #define | INITYPE_DPOINT3D 14|INITYPE_IniStruct |
| #define | INITYPE_DRECT2D 18|INITYPE_IniStruct |
| #define | INITYPE_End 0 |
| #define | INITYPE_Float 9 |
| #define | INITYPE_IniStruct 0x01000000 |
| #define | INITYPE_INT16 5 |
| #define | INITYPE_INT32 7 |
| #define | INITYPE_INT8 3 |
| #define | INITYPE_IntBoolean 2 |
| #define | INITYPE_MIUNICODE INITYPE_Unicode |
| #define | INITYPE_String 11 |
| #define | INITYPE_UINT16 6 |
| #define | INITYPE_UINT32 8 |
| #define | INITYPE_UINT8 4 |
| #define | INITYPE_Unicode 12 |
| #define | LIBEXPORT MI_DLLIMPORT |
Low-level Ini file definitions.
| #define INITYPE_ASCII INITYPE_String |
Read a string.
| #define INITYPE_Bool 19 |
bool
| #define INITYPE_ByteBoolean 1 |
Read a Yes/No, 1/0, Y/N, y/n, True/False, T/F, t/f.
| #define INITYPE_COLOR 17|INITYPE_IniStruct |
Read a COLOR.
| #define INITYPE_Double 10 |
Read a double.
| #define INITYPE_DPOINT2D 13|INITYPE_IniStruct |
Read a 2D point.
| #define INITYPE_DPOINT3D 14|INITYPE_IniStruct |
Read a 3D point.
| #define INITYPE_DRECT2D 18|INITYPE_IniStruct |
Read a DRECT2D.
| #define INITYPE_End 0 |
End of a list (0).
| #define INITYPE_Float 9 |
Read a float.
| #define INITYPE_IniStruct 0x01000000 |
Ini structure marker.
| #define INITYPE_INT16 5 |
Read a word.
| #define INITYPE_INT32 7 |
Read a long.
| #define INITYPE_INT8 3 |
Read a byte.
| #define INITYPE_IntBoolean 2 |
Read a Yes/No, 1/0, Y/N, y/n, True/False, T/F, t/f.
| #define INITYPE_MIUNICODE INITYPE_Unicode |
| #define INITYPE_String 11 |
Read a string.
| #define INITYPE_UINT16 6 |
Read a unsigned word.
| #define INITYPE_UINT32 8 |
Read a unsigned long.
| #define INITYPE_UINT8 4 |
Read a unsigned byte.
| #define INITYPE_Unicode 12 |
Read a MIUNICODE string.
| #define LIBEXPORT MI_DLLIMPORT |
1.6.1