|
|
#define | INI_PARSE_NOWRAP 0x0001 |
| | Suppress multi line value wrapping.
|
| |
|
#define | INI_PARSE_NOSPACE 0x0002 |
| | No spaces are allowed to the left of the key.
|
| |
|
#define | INI_PARSE_NOTAB 0x0004 |
| | No tabs are allowed to the left of the key.
|
| |
|
#define | INI_PARSE_NO_C_COMMENTS 0x0008 |
| | Do not allow C-style comments.
|
| |
|
#define | INI_PARSE_IGNORE_NON_KVP 0x0010 |
| | Skip lines that are not KVPs.
|
| |
Flags that define how the file should be parsed.