###Function###
TCPShutdown, UDPShutdown

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


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


###Parameters###
None.


###ReturnValue###
@@ReturnTable@@
Success:	Returns 1.
Failure:	Returns 0 and set @error.
@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 TCPShutdown() call for every successful TCPStartup() call.
UDPShutdown() is just an alias of TCPShutdown().

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


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