Ini_DisableSorting

void Ini_DisableSorting (IniText handle);

Purpose

Disables automatic sorting of the in-memory list. Does not affect the current order of the tag-value pairs in the list.

To reenable automatic sorting, call Ini_Sort.


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.