home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / winsock / iocomplt / readme.txt < prev    next >
Text File  |  1996-07-21  |  470b  |  12 lines

  1. Overlapped I/O Using I/O Completion Ports
  2.  
  3.  
  4. The SOCKETS sample contains a simple Windows NT server that uses Windows 
  5. sockets. It demonstrates overlapped I/O using I/O completion ports to 
  6. receive ReadFile completion notification. An I/O completion port is the most 
  7. efficient form of overlapped I/O. I/O completion ports were introduced in 
  8. Windows NT 3.5.
  9.  
  10. CreateIoCompletionPort, as used in the server half of this sample, is only
  11. supported on Windows NT.
  12.