###Function###
TCPShutdown, UDPShutdown

###Description###
Stops TCP/UDP services.

###Syntax###
TCPShutdown ( )
UDPShutdown (  )


###Parameters###
None.

###ReturnValue###
@@ReturnTable@@
Success:	1.
Failure:	0 and sets the @error flag to non-zero.
@error:	windows API WSACleanup return value (see <a href="http://msdn.microsoft.com/en-us/library/ms741549.aspx">MSDN</a>).
@@End@@


###Remarks###
A script must call one <a href="TCPShutdown.htm">TCPShutdown()</a> call for every successful <a href="TCPStartup.htm">TCPStartup()</a> call.
<a href="TCPShutdown.htm">UDPShutdown()</a> is just an alias of <a href="TCPShutdown.htm">TCPShutdown()</a>.


###Related###
TCPStartup, TCPListen, TCPCloseSocket, UDPCloseSocket


###Example###
@@IncludeExample@@
