home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / ipxrcv.exe / IPXRCV.TXT next >
Text File  |  1995-09-08  |  3KB  |  76 lines

  1. NOVELL TECHNICAL INFORMATION DOCUMENT
  2.  
  3. TITLE:  IPX Receive Packet Example
  4. README FOR:  IPXRCV.EXE
  5.  
  6. NOVELL PRODUCTS and VERSIONS:
  7. NetWare Client SDK 1.0e
  8.  
  9. ABSTRACT:
  10.  
  11. IPXRCV.EXE is a partner program to IPXSED.EXE and demonstrates
  12. how to use an ESR (event service routine) to receive a packet.
  13. This example was built with MSC Visual C++ v1.51. The assembly
  14. event service routine handler was built with MS MASM v6.00. The
  15. RHAND.OBJ can be added to your project and used unmodified,
  16. however, it was built for LARGE MODEL. It will need to be rebuild
  17. for use with other memory models.
  18.  
  19.  
  20.  
  21. -----------------------------------------------------------------
  22.  DISCLAIMER
  23.  THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO
  24. NOVELL.  NOVELL
  25.  MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. 
  26. HOWEVER, THE
  27.  INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION
  28. ONLY.  NOVELL
  29.  MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS
  30. INFORMATION.
  31.  
  32. -----------------------------------------------------------------
  33.  
  34.  
  35. ISSUE: 
  36.  
  37. IPXRCV.EXE is a partner program to IPXSED.EXE and demonstrates
  38. how to use an ESR (event service routine) to receive a packet.
  39. This example was built with MSC Visual C++ v1.51. The assembly
  40. event service routine handler was built with MS MASM v6.00. The
  41. RHAND.OBJ can be added to your project and used unmodified,
  42. however, it was built for LARGE MODEL. It will need to be rebuild
  43. for use with other memory models.
  44.  
  45. Self-Extracting File Name: ipxrcv.exe
  46.  
  47. Files Included     Size     Date      Time
  48.  
  49. ..\
  50.       IPXRCV.TXT     (This file)
  51.         IPXREC.C           15843         8-25-95      4:12:00 pm
  52.       IPXREC.DEF            1485          6-6-95      4:44:18 pm
  53.       IPXREC.EXE           27772         8-25-95      4:12:10 pm
  54.         IPXREC.H             816         8-25-95      4:34:38 pm
  55.       IPXREC.MAK            2050         8-24-95     10:45:24 am
  56.        RHAND.ASM             631         8-25-95      4:31:28 pm
  57.        RHAND.OBJ             182         8-25-95      4:31:38 pm
  58.  
  59.  
  60. Installation Instructions:
  61.  
  62. All of the files necessary to build a working executable are
  63. included. The executable has also been included.
  64.  
  65.  
  66.  
  67. -----------------------------------------------------------------
  68.  Any trademarks referenced in this document are the property of
  69. their
  70.  respective owners.  Consult your product manuals for complete
  71. trademark
  72.  information.
  73.  
  74. -----------------------------------------------------------------
  75.  
  76.