SockSoClose

The SockSoClose() call shuts down a socket and frees resources allocated to the socket.

Syntax:

>>--SockSoClose(socket)--------------------------------------------------><

where:

socket

is the socket descriptor of the socket to be closed.

This function is identical to SockClose().