xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

INetCleanup()

Releases memory resources for sockets.

Syntax

INetCleanup() --> NIL

Return

The return value is always NIL.

Description

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().

Info

See also:INetAccept(), INetInit(), INetConnect()
Category: Internet functions , Sockets functions , xHarbour extensions
Source:vm\inet.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe