INI_DestroyParser
Syntax
native INI_DestroyParser(&INIParser:handle);
Usage
| Parameter | Description |
|---|---|
| handle | Handle to an INI Parse structure. |
Description
Disposes of an INI parser.
Return
True if disposed, false otherwise.
native INI_DestroyParser(&INIParser:handle);
| Parameter | Description |
|---|---|
| handle | Handle to an INI Parse structure. |
Disposes of an INI parser.
True if disposed, false otherwise.