SysInitLibraryΒΆ

This function of type BOOL can be used to initialize an external library. The index of the function <LibName>SetPointer will be handed over.

Note

The function call is created automatically. Do not call the function explicitely. Include the library in the Automation_Builder project.

TRUE is returned after the operation ha been finished successfully, otherwise FALSE.

Input Variable Data Type Description
index DINT Index of the function <LibName>SetPointer.