IupClose
Ends the IUP toolkit.
Parameters/Return
void IupClose(void); [in C] [There is no Lua equivalent]
Notes
The IupOpen function in the Windows driver initializes OLE through the function OleInitialize; IupClose calls OleUninitialize.
Lua BindingĀ
This function should be called by the host program. If IUP is dynamically loaded in Lua 5 then you should call iuplua_close.