Ini_NumberOfSections

int Ini_NumberOfSections (IniText handle);

Purpose

Returns the number of sections in the tag/value pair list identified by handle.

Parameters

Input
Name Type Description
handle IniText A handle returned from Ini_New. It represents the list of in-memory tag/value pairs.

Return Value

Name Type Description
numberOfSections integer The number of sections in the tag/value pair list identified by handle.