LabWindows/CVI

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.

Additional Information

Library: Reading/Writing .ini-Style Files

Include file: toolbox\inifile.h

LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later

Examples

Refer to the following examples that use the Ini_Dispose function:

  • apps\uirview\uirview.cws

    Open example
  • toolbox\ini.cws

    Open example
  • toolbox\menudemo.cws

    Open example