IupClose

IUP - Portable User Interface

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 must be called by the host program.

See Also

IupOpen