Signature
native INI_SetParseStart(INIParser:handle, const func[]);
Description
Sets the INI_ParseStart function of a parse handle.
Notes
-
Below is the prototype of callback:
-
Called when parsing is started.
.@param handle A handle to an INI Parse structure.
.@param data Handle or value passed in INI_ParseFile
.@noreturn
public OnParseStart(INIParser:handle, any:data)
-
Parameters
- handle — Handle to an INI Parse structure.
- func — A ParseStart callback.
No return value
Errors
- Invalid or corrupt handle.