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

  1. NOVELL TECHNICAL INFORMATION DOCUMENT
  2.  
  3. TITLE:  IPX Get Local Target Async Sample
  4. README FOR:  GLTTST.EXE
  5.  
  6. NOVELL PRODUCTS and VERSIONS:
  7. NetWare Client SDK 1.0e
  8.  
  9. ABSTRACT:
  10.  
  11. GLTTST.EXE contains sample code that demonstrates how to use the
  12. following two IPX Function Calls: IPXGetLocalTarget() and
  13. IPXGetLocalTargetAsync(). IPXGetLocalTarget() blocks while
  14. waiting for a response back from a router. If no route is found
  15. for the network address specified then Windows is suspended until
  16. the call fails. IPXGetLocalTargetAsync() will issue a request to
  17. find the local route to a network but will not block. A Windows
  18. message is send upon success or failure of the call.
  19.  
  20.  
  21.  
  22. -----------------------------------------------------------------
  23.  DISCLAIMER
  24.  THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO
  25. NOVELL.  NOVELL
  26.  MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. 
  27. HOWEVER, THE
  28.  INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION
  29. ONLY.  NOVELL
  30.  MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS
  31. INFORMATION.
  32.  
  33. -----------------------------------------------------------------
  34.  
  35.  
  36. ISSUE: 
  37.  
  38. GLTTST.EXE contains sample code that demonstrates how to use the
  39. following two IPX Function Calls: IPXGetLocalTarget() and
  40. IPXGetLocalTargetAsync(). IPXGetLocalTarget() blocks while
  41. waiting for a response back from a router. If no route is found
  42. for the network address specified then Windows is suspended until
  43. the call fails. IPXGetLocalTargetAsync() will issue a request to
  44. find the local route to a network but will not block. A Windows
  45. message is send upon success or failure of the call.
  46.  
  47. Self-Extracting File Name: glttst.exe
  48.  
  49. Files Included     Size     Date      Time
  50.  
  51. ..\
  52.       GLTTST.TXT     (This file)
  53.        GLTTEST.C            9902          9-8-95      1:10:48 pm
  54.      GLTTEST.DEF             215          9-8-95     12:58:02 pm
  55.      GLTTEST.EXE           59009          9-8-95     12:58:20 pm
  56.        GLTTEST.H             111         7-24-95      2:04:52 pm
  57.      GLTTEST.MAK            2020          9-8-95      1:06:08 pm
  58.       GLTTEST.RC             693          9-8-95     12:28:02 pm
  59.         NWDIAG.H           35254         8-21-95     12:06:00 pm
  60.     NWIPXSPX.DLL           41120         8-25-95      2:41:36 pm
  61.     NWIPXSPX.LIB            8704         8-25-95      2:41:34 pm
  62.           NXTW.H           10934         8-23-95      1:29:30 pm
  63.  
  64.  
  65. Installation Instructions:
  66.  
  67. All of the files required to build a functioning executable are
  68. included in GLTTST.EXE.
  69.  
  70.  
  71.  
  72. -----------------------------------------------------------------
  73.  Any trademarks referenced in this document are the property of
  74. their
  75.  respective owners.  Consult your product manuals for complete
  76. trademark
  77.  information.
  78.  
  79. -----------------------------------------------------------------
  80.  
  81.