Ini_Dispose
- Updated2023-02-21
- 1 minute(s) read
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.
Additional Information
Library: Reading/Writing .ini-Style Files
Include file: toolbox\inifile.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later
