4.1.12 INI file operations

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 nameDescription
AIT_GetProfileStringAcquires a profile string.
AIT_SetProfileStringSets a profile string.
AIT_GetProfileFirstSectionAcquires the first section.
AIT_GetProfileNextSectionAcquires the next profile section.
AIT_GetProfileFirstSectionNamesAcquires the first section name.
AIT_GetProfileNextSectionNamesAcquires the next section name.