Job Management Partner 1/IT Desktop Management 2 Automatic Installation Tool Administration Guide

[Contents][Glossary][Index][Back][Next]

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 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.