xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

NetCancel()

Releases an existing network connection.

Syntax

NetCancel( <cLocalDevice> ) --> lIsReleased

Arguments

<cLocalDevice>
This is a character string holding the name of the network device to release (e.g. "LPT1" or "K:").

Return

The function returns .T. (true) when the network device is successfully released, otherwise .F. (false).

Info

See also:NetRedir()
Category: CT:Network , Network functions
Source:ct\ctnet.c
LIB:xhb.lib
DLL:xhbdll.dll


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