home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / winnt / netapi / netmsg / readme.txt < prev   
Encoding:
Text File  |  1996-07-11  |  412 b   |  11 lines

  1. Networking (LAN Manager) API Sample
  2.  
  3.  
  4. The following sample illustrates how to display error text associated with
  5. Networking related error codes, in addition to displaying error text
  6. associated with system related error codes.
  7.  
  8. If the supplied error number is in a specific range, the netmsg.dll
  9. message module is loaded and used to lookup the specified error number
  10. with the FormatMessage() Win32 API.
  11.