Free INI data.
Parameters: |
|
---|
Reads INI data.
Parameters: |
|
---|---|
Return: | Error code |
Returns pointer to last INI entry of given section.
Parameters: |
|
---|---|
Return: | Last entry in section. |
Returns value of INI file entry.
Parameters: |
|
---|---|
Return: | Entry value. |
Returns integer value from configuration. The file is automatically handled as not unicode.
Parameters: |
|
---|---|
Return: | Key value or fallback in case of failure. |
Returns boolean value from configuration. The file is automatically handled as not unicode.
Parameters: |
|
---|---|
Return: | Key value or fallback in case of failure. |
Converts value to boolean.
It just takes the string and checks whether there is true/yes/t/y/1 or false/no/f/n/0.
Parameters: |
|
---|---|
Return: | Boolean value, -1 on failure. |
Private structure holding information INI entry.
Private structure holding information INI section.
struct _INI_Entry
struct _INI_Section
Structure used to save section in INI style file
Public Members
- INI_Section * Next
- INI_Section * Prev
- INI_Entry * SubEntries
- unsigned char * SectionName