[1] Windows is a trademark of Microsoft Corporation.
[2] UNIX is a trademark of Unix System Laboratories, Inc.
[3] VAX is a trademark of Digital Equipment Corporation.
[4] 68000 is a trademark of Motorola, Inc.
[5] This specification uses the function name getXbyY() to represent the set of routines gethostbyaddr(), gethostbyname(), etc. Similarly WSAAsyncGetXByY() represents WSAAsyncGetHostByAddr(), etc.
[6] NT and Windows/NT are trademarks of Microsoft Corporation.
[7] Note that there is a timing window between the accept() call and the call to WSAAsyncSelect() to change the events or wMsg. An application which desires a different wMsg for the listening and accept()'ed sockets should ask for only FD_ACCEPT events on the listening socket, then set appropriate events after the accept(). Since FD_ACCEPT is never sent for a connected socket and FD_READ, FD_WRITE, FD_OOB, and FD_CLOSE are never sent for listening sockets, this will not impose difficulties.