home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / xnut2.exe / XNUT2.TXT < prev   
Text File  |  1994-09-12  |  2KB  |  72 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              NWSTHRD.NLM - Threaded NWSNUT Example
  5. DOCUMENT ID:        TID021846
  6. DOCUMENT REVISION:  A
  7. DATE:               07SEP94
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Issue
  10. README FOR:         XNUT2.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NLM SDK for NetWare 4.0 1.0c
  14.  
  15. ABSTRACT:
  16.  
  17. XNUT2.EXE contains an example program that demonstrates writing a
  18. multi-threaded NLM that uses the NWSNUT interface.  This example contains
  19. source code, message files and help files.
  20.  
  21. -----------------------------------------------------------------
  22. DISCLAIMER
  23. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL.  NOVELL
  24. MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION.  HOWEVER, THE
  25. INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL
  26. MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  27. -----------------------------------------------------------------
  28.  
  29. ISSUE
  30.  
  31. Example NLM to show how to write a multi-threaded NLM that updates a portal in
  32. NWSNUT.  This example show how to use NWSList functions, direct writing to a
  33. display portal, implementing context sensitive help, and extracting messages
  34. to a message database for future internationalization.
  35.  
  36. Self-Extracting File Name:  XNUT2.EXE     Revision:  A
  37.  
  38. Files Included     Size     Date      Time
  39.  
  40. \
  41.    XNUT2.TXT         (This File)
  42.    NWSTHRD.C      14602   09-09-94   11:15a
  43.  NWSTHRD.HLH        313   09-07-94   11:30a
  44.  NWSTHRD.HLP       1075   09-07-94   11:30a
  45.  NWSTHRD.MDB      27648   09-07-94   11:30a
  46.  NWSTHRD.MLC        377   09-07-94   11:30a
  47.  NWSTHRD.MLH        552   09-07-94   11:30a
  48.  NWSTHRD.MSG        325   09-07-94   11:30a
  49.  NWSTHRD.NLM       6195   09-09-94   10:39a
  50.  
  51.  
  52. NWSTHRD.C      'C' source code.
  53.  
  54. NWSTHRD.MLH    Message table assignments.
  55. NWSTHRD.MLC    Message table assignments.
  56. NWSTHRD.MDB    Message database.
  57. NWSTHRD.MSG    Message file extracted from MDB.
  58.  
  59. NWSTHRD.HLH    Help screens include file.
  60. NWSTHRD.HLP    Help screens.
  61.  
  62. NWSTHRD.NLM    Executable.
  63.  
  64.  
  65. -----------------------------------------------------------------
  66. Any trademarks referenced in this document are the property of their
  67. respective owners.  Consult your product manuals for complete trademark
  68. information.
  69. -----------------------------------------------------------------
  70.  
  71.  
  72.