xHarbour Reference Documentation > Function Reference |
Releases memory resources for sockets.
INetCleanup() --> NIL
The return value is always NIL.
INetCleanup() should be called at the end of any program using sockets functions, or when sockets are no longer required. The function releases all memory resources allocated with INetInit().
See also: | INetAccept(), INetInit(), INetConnect() |
Category: | Internet functions , Sockets functions , xHarbour extensions |
Source: | vm\inet.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com