xHarbour Reference Documentation > Function Reference |
Voids a callback function for a socket.
INetClearPeriodCallback( <pSocket> ) --> NIL
The return value is always NIL.
Function INetClearPeriodCallback() is used to remove callback information set with INetSetPeriodCallback() from a socket.
See also: | INetClearTimeout(), INetCreate(), INetSetPeriodCallback(), INetSetTimeout() |
Category: | Internet functions , Sockets functions , xHarbour extensions |
Source: | vm\INet.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com