The API functions below allow the application to perform operations on initialization files (.INI). These operations include acquiring a key value in a section and acquiring all the contents of a section.
API function name | Description |
---|---|
AIT_GetProfileString | Acquires a profile string. |
AIT_SetProfileString | Sets a profile string. |
AIT_GetProfileFirstSection | Acquires the first section. |
AIT_GetProfileNextSection | Acquires the next profile section. |
AIT_GetProfileFirstSectionNames | Acquires the first section name. |
AIT_GetProfileNextSectionNames | Acquires the next section name. |