xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

INetClearTimeout()

Voids a timout value for a socket.

Syntax

INetClearTimeout( <pSocket> ) --> NIL

Arguments

<pSocket>
This is a pointer to a socket as returned by INetConnect() or INetAccept().

Return

The return value is always NIL.

Description

Function INetClearTimeout() is used to remove a timeout value set with INetSetTimeout() from a socket.

Info

See also:INetClearPeriodCallback(), INetCreate(), INetSetPeriodCallback(), INetSetTimeout()
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