native

INI_SetParseEnd

Syntax

native INI_SetParseEnd(INIParser:handle, const func[]);

Description

Sets the INI_ParseEnd function of a parse handle.

Parameters

handle A handle to an INI Parse structure.
halted True if abnormally halted, false otherwise.
data Handle or value passed in INI_ParseFile
handle Handle to an INI Parse structure.
func A ParseEnd callback.

Note

Below is the prototype of callback:
-
Called when parsing is halted.

Return

This function has no return value.

Return

This function has no return value.

Error

Invalid or corrupt handle.