home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / REXHLAPI.ZIP / REXHLAPI.DOC < prev    next >
Text File  |  1991-08-12  |  3KB  |  94 lines

  1. Application Name: REXX EHLLAPI DLL Version 2.00
  2.  
  3. Requirements:     OS/2 Extended Edition 1.2 or later. REXHLAPI functions
  4.                   require 3270 emulator session from OS/2 Communications
  5.                   Manager in order to operate. This DLL is useless to
  6.                   you if you are not running Communication Manager.
  7.  
  8. Description:      An EHLLAPI function interface for OS/2 REXX.
  9.  
  10.  
  11. The following files make up the REXHLAPI.ZIP file:
  12.  
  13.   rexhlapi.dll  - REXHLAPI function library DLL.
  14.   rexhlapi.inf  - REXHLAPI documentation.
  15.   rexhlapi.doc  - This file.
  16.   rextest3.cmd  - CMD to test and illustrate REXHLAPI functions.
  17.   readme.txt    - Standard Pedagogic Software readme file.
  18.  
  19.  
  20. Notes:
  21.   The documentation for this DLL is located in the file REXHLAPI.INF in
  22.   the .ZIP file. To view the documentation type the following command at
  23.   any command prompt:
  24.  
  25.           view rexhlapi.inf
  26.  
  27.   The VIEW command is available only if the OS/2 Command Reference
  28.   option was chosen when you installed the operating system. If you did
  29.   not choose this option at installation time then refer to the manual
  30.   IBM OS/2 User's Guide Volume 1: Base Operating System for information
  31.   on installing the OS/2 Command Reference.
  32.  
  33.   No warranties, guarantees, etc. are implied, and no liability is
  34.   assumed for the code, examples, DLLs, or documentation.
  35.  
  36.   This software is user-supported software and may be freely
  37.   copied and used by anyone who wishes to do so as long as the
  38.   following conditions are met:
  39.  
  40.   1. These functions may not be used by any program for
  41.      which a fee is charged unless the owner of the program
  42.      has paid the registration fee.
  43.  
  44.   2. If you transmit a copy of this software to another
  45.      party you must give them the complete unaltered
  46.      contents of the REXHLAPI.ZIP file.
  47.  
  48.   3. If you make any modifications to these functions you
  49.      must change the name of the dynamic link library file
  50.      REXHLAPI.DLL to some other name.
  51.  
  52.   If you feel that this program has benefited you, please
  53.   register it by sending $25.00 to:
  54.  
  55.        Pedagogic Software
  56.        W. David Ashley
  57.        5 Timberline Dr.
  58.        Trophy Club, Tx 76262
  59.  
  60.   The source code for REXHLAPI can be obtained by sending
  61.   $75.00 ($25.00 registration + $50.00 source code) to the
  62.   same address.
  63.  
  64.   If you have questions, comments or suggestions please contact me
  65.   through the OS/2 Shareware BBS or at the address above.
  66.  
  67.  
  68.  
  69. Version 1.00 - 03/19/1991
  70. -------------------------
  71.  
  72.   1. Original release.
  73.  
  74.  
  75. Version 2.00 - 08/12/1991
  76. -------------------------
  77.  
  78.   1. The PM_Window_Status function did not return the correct data. This
  79.      has been corrected to agree with the documentation.
  80.  
  81.   2. Fixed problems with Copy_Oia, Copy_PS, and Query_field_attr. These
  82.      functions should now return the correct data.
  83.  
  84.   3. The documentation has been enhanced with the addition of many new
  85.      hyper-links.
  86.  
  87.   4. Parameter passing to the function has now been significantly
  88.      optimized internally.
  89.  
  90.   5. Parameter 1 to the REXHLLAPI function can now optionally be a
  91.      function number which corresponds to the EHLLAPI function to be
  92.      executed. Refer to the documentation for more details.
  93.  
  94.