Create a socket.
Begins an asynchronous operation to accept an incoming connection attempt.
Asynchronously accepts an incoming connection attempt and creates a new socket to handle remote host communication.
Associate a local address with this socket.
Accept an incoming connection.
Windows stream socket overlapped I/O.