Hitachi

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


AIT_GetProfileNextSection

Organization of this page

Description

Acquires the next key and its value from a section in an INI file specified in the AIT_GetProfileFirstSection function.

Format

bool AIT_GetProfileNextSection  (
  string strValues       // Sectional data
);

Parameters

strValues (output)

Specify a variable to receive the next key in a section set in AIT_GetProfileFirstSection, and its value. When the function returns, the variable stores the key and its value. A key and its value are combined in the key=value format.

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.