Ini_DisableInternalSorting

void Ini_DisableInternalSorting (IniText handle);

Purpose

Disables automatic internal sorting of the in-memory list.

To reenable automatic internal sorting, call Ini_SortInternally.

Refer to the help for Ini_SortInternally for information on internal sorting.


Effect of Sorting on Performance


If sorting is enabled, the following performance characteristics hold:

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

None.