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