Closes a socket handle.
Source position: socketsh.inc line 172
function CloseSocket(  | 
Sock: LongInt  | 
):LongInt;  | 
CloseSocket closes a socket handle. It returns 0 if the socket was closed successfully, -1 if it failed.
On error, -1 is returned.
  | 
Create new socket.  |