xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

INetClearPeriodCallback()

Voids a callback function for a socket.

Syntax

INetClearPeriodCallback( <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 INetClearPeriodCallback() is used to remove callback information set with INetSetPeriodCallback() from a socket.

Info

See also:INetClearTimeout(), 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