Ini_Dispose

void Ini_Dispose (IniText handle);

Purpose

Disposes of the in-memory list of tag/value pairs 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.

Zero may be passed, and Ini_Dispose will return without doing anything.

Return Value

None.