home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / tpapi.zip / NWCOMM.DOC < prev    next >
Text File  |  1992-01-27  |  4KB  |  96 lines

  1.                             COMMUNICATION SERVICES
  2.                             ======================
  3.  
  4.  
  5. IPXCancelEvent
  6.  
  7.   Cancels an IPX event for an ECB in use.
  8. --------------------------------------------------------------------------------
  9. IPXCloseSocket
  10.  
  11.   Closes an IPX socket.
  12. --------------------------------------------------------------------------------
  13. IPXDisconnectFromTarget
  14.  
  15.   An application uses this function to inform the specified listening socket
  16.   that the application does not intend to send any more packets.
  17. --------------------------------------------------------------------------------
  18. IPXGetDataAddress
  19.  
  20.   Returns the address of data in the buffer pointed to by address.
  21. --------------------------------------------------------------------------------
  22. IPXGetInternetworkAddress
  23.  
  24.   Returns the network and node address of the requesting workstation.
  25. --------------------------------------------------------------------------------
  26. IPXGetIntervalMarker
  27.  
  28.   Returns an interval marker.
  29. --------------------------------------------------------------------------------
  30. IPXGetLocalTarget
  31.  
  32.   Gets the value to be placed in the Event Control Block's immediate address
  33.   field.
  34. --------------------------------------------------------------------------------
  35. IPXInitialize
  36.  
  37.   Gets the entry address for the IPX interface.
  38. --------------------------------------------------------------------------------
  39. IPXListenForPacket
  40.  
  41.   Prepares IPX to receive an IPX packet.
  42. --------------------------------------------------------------------------------
  43. IPXOpenSocket
  44.  
  45.   Opens an IPX socket.
  46. --------------------------------------------------------------------------------
  47. IPXRelinquishControl
  48.  
  49.   Relinquishes control of a workstation's CPU.
  50. --------------------------------------------------------------------------------
  51. IPXScheduleIPXEvent
  52.  
  53.   Schedules an IPX event.
  54. --------------------------------------------------------------------------------
  55. IPXScheduleSpecialEvent
  56.  
  57.   Schedules a special purpose event.
  58. --------------------------------------------------------------------------------
  59. IPXSendPacket
  60.  
  61.   Initates the sending of an IPX packet.
  62. --------------------------------------------------------------------------------
  63. SPXAbortConnection
  64.  
  65.   Aborts an SPX connection.
  66. --------------------------------------------------------------------------------
  67. SPXEstablishConnection
  68.  
  69.   Attempts to establish a connection with a listening socket.
  70. --------------------------------------------------------------------------------
  71. SPXGetConnectionStatus
  72.  
  73.   Returns the status of an SPX connection.
  74. --------------------------------------------------------------------------------
  75. SPXInitialize
  76.  
  77.   Checks to see if SPX is installed.
  78. --------------------------------------------------------------------------------
  79. SPXListenForConnection
  80.  
  81.   Attempts to receive an EstablishConnection packet and thereby establish an 
  82.   SPX connection with a remote partner.
  83. --------------------------------------------------------------------------------
  84. SPXListenForSequencePacket
  85.  
  86.   Provides an ECB to SPX for the purpose of receiving sequenced packets.
  87. --------------------------------------------------------------------------------
  88. SPXSendSequencedPacket
  89.  
  90.   Sends an SPX packet.
  91. --------------------------------------------------------------------------------
  92. SPXTerminateConnection
  93.  
  94.   Terminates an SPX connection.
  95. --------------------------------------------------------------------------------
  96.