C
void TCPClose( TCP_SOCKET hTCP );
Description
Disconnects an open socket and destroys the socket handle, including server mode socket handles. This function performs identically to the TCPDisconnect() function, except that both client and server mode socket handles are relinquished to the TCP/IP stack upon return.
Preconditions
None
Parameters
Parameters |
Description |
hTCP |
Handle to the socket to disconnect and close. |
Returns
None