Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 Distribution Function Administration Guide


AIT_GetProfileNextSectionNames

Organization of this page

Description

Acquires the next section name from an INI file specified in the AIT_GetProfileFirstSectionNames function.

Format

bool AIT_GetProfileNextSectionNames  (
  string strSectionName       // Section name
);

Parameters

strSectionName (output)

Specify a variable to receive the next section name in an INI file set in AIT_GetProfileFirstSectionNames. When the function returns, the variable stores the section name.

Return values

The return value is true if the function was executed normally, and false if not. If the key, the section or the specified INI file does not exist, the function returns false.