IupClose

IUP - Portable User Interface

IupClose

Ends the IUP toolkit.

Parameters/Return

void IupClose(void); [in C]
iup.Close() [in Lua]

Notes

The IupOpen function in the Windows driver initializes OLE through the function OleInitialize; IupClose calls OleUninitialize.

Lua BindingĀ 

This function usually will be called by the host program. But if IUP is dynamically loaded in Lua 5 then you should call iup.Close from Lua.

See Also

IupOpen