void Ini_Dispose (IniText handle);
Disposes of the in-memory list of tag/value pairs identified by Handle.
| 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. |
None.