home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / docs / luaref.bok < prev    next >
Encoding:
Text File  |  1994-02-27  |  8.8 KB  |  197 lines

  1. 318200%%%%luaref%%%%Version Notice
  2. 318201%%%%luaref%%%%Notices
  3. 318202%%%%luaref%%%%Trademarks
  4. 318203%%%%luaref%%%%About This Book
  5. 318204%%%%luaref%%%%Conventions Used in This Book
  6. 318205%%%%luaref%%%%Text Conventions
  7. 318206%%%%luaref%%%%Numbers Conventions
  8. 318207%%%%luaref%%%%Syntax Diagrams
  9. 318208%%%%luaref%%%%Double-Byte Character Set Support
  10. 318209%%%%luaref%%%%Where to Find More Information
  11. 318210%%%%luaref%%%%Introducing the IBM Conventional LU Application
  12. 318211%%%%luaref%%%%Introduction
  13. 318212%%%%luaref%%%%stitle='Understanding LUA and SNA'.Understanding LUA and SNA
  14. 318213%%%%luaref%%%%Connection Capabilities
  15. 318214%%%%luaref%%%%LUA Application Programs
  16. 318215%%%%luaref%%%%LUA Verbs
  17. 318216%%%%luaref%%%%LUs, Local LUs, and Partner LUs
  18. 318217%%%%luaref%%%%The SNA Layers
  19. 318218%%%%luaref%%%%Data Link Control Layer
  20. 318219%%%%luaref%%%%Path Control Layer
  21. 318220%%%%luaref%%%%Transmission Control Layer
  22. 318221%%%%luaref%%%%Data Flow Control Layer
  23. 318222%%%%luaref%%%%Presentation Services Layer
  24. 318223%%%%luaref%%%%Using SNA Sessions
  25. 318224%%%%luaref%%%%Prerequisites to an SNA Session
  26. 318225%%%%luaref%%%%Starting Sessions
  27. 318226%%%%luaref%%%%Starting an LU-LU Session from an SLU
  28. 318227%%%%luaref%%%%Starting an LU-LU Session from a PLU
  29. 318228%%%%luaref%%%%Transferring Data on an LU-LU Session
  30. 318229%%%%luaref%%%%Compressing Data on an LU-LU Session
  31. 318230%%%%luaref%%%%Stopping Sessions
  32. 318231%%%%luaref%%%%Stopping an LU-LU Session by an SLU
  33. 318232%%%%luaref%%%%Stopping an LU-LU Session by a PLU
  34. 318233%%%%luaref%%%%Stopping an SSCP-LU Session and an SSCP-PU Session
  35. 318234%%%%luaref%%%%Disconnecting the Host Link
  36. 318235%%%%luaref%%%%Message Numbers
  37. 318236%%%%luaref%%%%Restarting and Resynchronizing a Session
  38. 318237%%%%luaref%%%%Using Protocols to Control Requests and Responses
  39. 318238%%%%luaref%%%%Using the Pacing Protocol
  40. 318239%%%%luaref%%%%Receive-Pacing Protocol
  41. 318240%%%%luaref%%%%Send-Pacing Protocol
  42. 318241%%%%luaref%%%%Using the Half-Duplex Contention/Flip-Flop Protocol
  43. 318242%%%%luaref%%%%Using the Bracket Protocol
  44. 318243%%%%luaref%%%%Using the Data-Chaining Protocol
  45. 318244%%%%luaref%%%%Understanding LUA
  46. 318245%%%%luaref%%%%Introduction
  47. 318246%%%%luaref%%%%The Request-Unit Interface (RUI)
  48. 318247%%%%luaref%%%%The Session-Level Interface (SLI)
  49. 318248%%%%luaref%%%%RUI and SLI Sessions
  50. 318249%%%%luaref%%%%LUA Definitions
  51. 318250%%%%luaref%%%%A Comparison of RUI and SLI
  52. 318251%%%%luaref%%%%Issuing RUI Verbs
  53. 318252%%%%luaref%%%%Issuing SLI Verbs
  54. 318253%%%%luaref%%%%The Common Services Programming Interface
  55. 318254%%%%luaref%%%%Writing LUA Application Programs
  56. 318255%%%%luaref%%%%Introduction
  57. 318256%%%%luaref%%%%Calling the Dynamic Link Libraries
  58. 318257%%%%luaref%%%%Procedure Entry Points
  59. 318258%%%%luaref%%%% Call Examples
  60. 318259%%%%luaref%%%%C Call Example
  61. 318260%%%%luaref%%%%COBOL Call Example
  62. 318261%%%%luaref%%%%MASM Call Example
  63. 318262%%%%luaref%%%%Using the DLL Interface
  64. 318263%%%%luaref%%%%Load-Time Linking
  65. 318264%%%%luaref%%%%Run-Time Linking
  66. 318265%%%%luaref%%%%Stack Size
  67. 318266%%%%luaref%%%%OS/2 Data Segment Attributes
  68. 318267%%%%luaref%%%%Programming Considerations for 32-Bit Applications
  69. 318268%%%%luaref%%%%Multiple Processes
  70. 318269%%%%luaref%%%%Multiple Threads
  71. 318270%%%%luaref%%%%LUA Verb Postings
  72. 318271%%%%luaref%%%%Queue Posting
  73. 318272%%%%luaref%%%%Semaphore Posting
  74. 318273%%%%luaref%%%%OS/2 Critical Sections and Signals
  75. 318274%%%%luaref%%%%Converting to EBCDIC from ASCII
  76. 318275%%%%luaref%%%%Understanding the Response Control Modes and the Half-Duplex Protocols Affecting Responses
  77. 318276%%%%luaref%%%%Correlation Table Size and Request Number Restrictions
  78. 318277%%%%luaref%%%%Understanding Data Compression for LUA Application Programs
  79. 318278%%%%luaref%%%%Understanding the Special Message Unit Exception Request
  80. 318279%%%%luaref%%%%Using Communications Manager Traces
  81. 318280%%%%luaref%%%%Reading an LUA Trace
  82. 318281%%%%luaref%%%%General LUA API Trace Record Header Line
  83. 318282%%%%luaref%%%%RUI API
  84. 318283%%%%luaref%%%%SLI API
  85. 318284%%%%luaref%%%%Common Programming Errors
  86. 318285%%%%luaref%%%%Reusing Verb Control Block Storage
  87. 318286%%%%luaref%%%%Symptoms
  88. 318287%%%%luaref%%%%Problem Description
  89. 318288%%%%luaref%%%%Solution
  90. 318289%%%%luaref%%%%Failing to Read All Incoming Messages and Data
  91. 318290%%%%luaref%%%%Symptoms
  92. 318291%%%%luaref%%%%Problem Description
  93. 318292%%%%luaref%%%%Solution
  94. 318293%%%%luaref%%%%Failing to Restart the Session After Session Failure
  95. 318294%%%%luaref%%%%Symptom
  96. 318295%%%%luaref%%%%Problem Description
  97. 318296%%%%luaref%%%%Solution
  98. 318297%%%%luaref%%%%LUA Error Log Entries
  99. 318298%%%%luaref%%%%Provisions for LUA Application Programs Written in the COBOL Language
  100. 318299%%%%luaref%%%%RUI Verbs and Functions
  101. 318300%%%%luaref%%%%Introduction
  102. 318301%%%%luaref%%%%RUI_INIT
  103. 318302%%%%luaref%%%%RUI_TERM
  104. 318303%%%%luaref%%%%RUI_READ
  105. 318304%%%%luaref%%%%Exception Requests
  106. 318305%%%%luaref%%%%RUI_WRITE
  107. 318306%%%%luaref%%%%RUI_PURGE
  108. 318307%%%%luaref%%%%RUI_BID
  109. 318308%%%%luaref%%%%Exception Requests
  110. 318309%%%%luaref%%%%SLI Verbs and Functions
  111. 318310%%%%luaref%%%%Introduction
  112. 318311%%%%luaref%%%%SLI_OPEN
  113. 318312%%%%luaref%%%%Application-Supplied BIND, CRV, SDT, or STSN Routines
  114. 318313%%%%luaref%%%%Posting
  115. 318314%%%%luaref%%%%Session Recovery
  116. 318315%%%%luaref%%%%Terminating a Pending SLI_OPEN
  117. 318316%%%%luaref%%%%SLI_CLOSE
  118. 318317%%%%luaref%%%%SLI_RECEIVE
  119. 318318%%%%luaref%%%%Exception Requests
  120. 318319%%%%luaref%%%%Session Status Return Codes
  121. 318320%%%%luaref%%%%SLI_SEND
  122. 318321%%%%luaref%%%%SLI_PURGE
  123. 318322%%%%luaref%%%%SLI_BID
  124. 318323%%%%luaref%%%%Exception Requests
  125. 318324%%%%luaref%%%%Session Status Return Codes
  126. 318325%%%%luaref%%%%SLI_BIND_ROUTINE
  127. 318326%%%%luaref%%%%SLI_STSN_ROUTINE
  128. 318327%%%%luaref%%%%SLI_SDT_ROUTINE
  129. 318328%%%%luaref%%%%SLI_CRV_ROUTINE
  130. 318329%%%%luaref%%%%Using LUA Encryption and Decryption Interfaces
  131. 318330%%%%luaref%%%%Introduction
  132. 318331%%%%luaref%%%%Using Cryptography in LUA Application Programs
  133. 318332%%%%luaref%%%%Activating and Using Cryptography:  General Scenarios
  134. 318333%%%%luaref%%%%Activating Cryptography:  General Scenario
  135. 318334%%%%luaref%%%%Using Cryptography:  General Scenario
  136. 318335%%%%luaref%%%%Cryptography and RUI Applications
  137. 318336%%%%luaref%%%%Activating Cryptography:  RUI Applications
  138. 318337%%%%luaref%%%%BIND
  139. 318338%%%%luaref%%%%CRV
  140. 318339%%%%luaref%%%%Using Cryptography:  RUI Applications
  141. 318340%%%%luaref%%%%Action When lua_encr_decr_option = 0
  142. 318341%%%%luaref%%%%Action When lua_encr_decr_option = 1-127
  143. 318342%%%%luaref%%%%Action When lua_encr_decr_option = 128
  144. 318343%%%%luaref%%%%Cryptography and SLI Applications
  145. 318344%%%%luaref%%%%Activating Cryptography:  SLI Applications
  146. 318345%%%%luaref%%%%BIND
  147. 318346%%%%luaref%%%% CRV
  148. 318347%%%%luaref%%%%Using Cryptography:  SLI Applications
  149. 318348%%%%luaref%%%%Action When lua_encr_decr_option = 0
  150. 318349%%%%luaref%%%%Action When lua_encr_decr_option = 1-127
  151. 318350%%%%luaref%%%%Action When lua_encr_decr_option = 128
  152. 318351%%%%luaref%%%%Interfacing to the Encryption and Decryption Services
  153. 318352%%%%luaref%%%%Understanding LUA Wait Conditions
  154. 318353%%%%luaref%%%%Introduction
  155. 318354%%%%luaref%%%%Waiting for the Data Link, the PU Activation, or the LU Activation
  156. 318355%%%%luaref%%%%Waiting for Data or for a Response
  157. 318356%%%%luaref%%%%Waiting for a Pacing Response
  158. 318357%%%%luaref%%%%Using DosSemWait or DosReadQueue After Issuing a Verb
  159. 318358%%%%luaref%%%%Waiting for Program Screen Output
  160. 318359%%%%luaref%%%%LUA Verb Return Codes
  161. 318360%%%%luaref%%%%Introduction
  162. 318361%%%%luaref%%%%LUA Primary Return Codes
  163. 318362%%%%luaref%%%%Alphabetic List of Primary Return Codes
  164. 318363%%%%luaref%%%%Numeric List of Primary Return Codes
  165. 318364%%%%luaref%%%%LUA Secondary Return Codes
  166. 318365%%%%luaref%%%%Alphabetic List of Secondary Return Codes
  167. 318366%%%%luaref%%%%Numeric List of Secondary Return Codes
  168. 318367%%%%luaref%%%%Sense Codes for Exception Requests
  169. 318368%%%%luaref%%%%LUA Verb Control Block Formats
  170. 318369%%%%luaref%%%%Introduction
  171. 318370%%%%luaref%%%%Operation Codes
  172. 318371%%%%luaref%%%%Verb Control Block Tables
  173. 318372%%%%luaref%%%%RUI_INIT
  174. 318373%%%%luaref%%%%RUI_TERM
  175. 318374%%%%luaref%%%%RUI_READ
  176. 318375%%%%luaref%%%%RUI_READ Continued
  177. 318376%%%%luaref%%%%RUI_READ Continued
  178. 318377%%%%luaref%%%%RUI_READ Continued
  179. 318378%%%%luaref%%%%RUI_WRITE
  180. 318379%%%%luaref%%%%RUI_WRITE Continued
  181. 318380%%%%luaref%%%%RUI_PURGE
  182. 318381%%%%luaref%%%%RUI_BID
  183. 318382%%%%luaref%%%%RUI_BID Continued
  184. 318383%%%%luaref%%%%SLI_OPEN
  185. 318384%%%%luaref%%%%SLI_CLOSE
  186. 318385%%%%luaref%%%%SLI_RECEIVE
  187. 318386%%%%luaref%%%%SLI_RECEIVE Continued
  188. 318387%%%%luaref%%%%SLI_SEND
  189. 318388%%%%luaref%%%%SLI_SEND Continued
  190. 318389%%%%luaref%%%%SLI_PURGE
  191. 318390%%%%luaref%%%%SLI_BID
  192. 318391%%%%luaref%%%%SLI_BID Continued
  193. 318392%%%%luaref%%%%SLI_BIND_ROUTINE
  194. 318393%%%%luaref%%%%SLI_STSN_ROUTINE
  195. 318394%%%%luaref%%%%SLI_SDT_ROUTINE
  196. 318395%%%%luaref%%%%SLI_CRV_ROUTINE
  197.