home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / SAMPLES / OS2 / DLLAPI / DLLAPI.HLP (.txt) < prev    next >
OS/2 Help File  |  1995-08-30  |  4KB  |  129 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. About DLL ΓòÉΓòÉΓòÉ
  3.  
  4.  The DLL application is a sample Presentation Manager application which 
  5. demonstrates the use Dynamic linking library. It consists of a DLL file that 
  6. provides a 32-bit API, and an EXE sample program that calls the API.  The DLL 
  7. uses exception management to catch GP faults that occur when the API is called 
  8. with a invalid pointers. The EXE illustrate that it can't touch the protected 
  9. data by attempting to directly access it, and causing an access fault. The EXE 
  10. should handle all faults it causes and print pretty user messages to the 
  11. screen. 
  12.  
  13.  
  14. ΓòÉΓòÉΓòÉ 2. Help Menu ΓòÉΓòÉΓòÉ
  15.  
  16. Use the choices on the Help pull-down to display: 
  17.  
  18.  Help index 
  19.       Displays the index of help menu. 
  20.  
  21.  General Help 
  22.       Displays some information about DLLAPI sample program. 
  23.  
  24.  Keys Help 
  25.       Displays a list of keys usage. 
  26.  
  27.  Using Help 
  28.       Provides detailed information on the kinds of help available and how to 
  29.       use help. 
  30.  
  31.  
  32. ΓòÉΓòÉΓòÉ 3. General Help ΓòÉΓòÉΓòÉ
  33.  
  34. Use this choice to get general help for the program. General help provides 
  35. general information about the DLLAPI sample program. 
  36.  
  37.  
  38. ΓòÉΓòÉΓòÉ 4. Extended ΓòÉΓòÉΓòÉ
  39.  
  40. Use this choice to obtain information on how to use the Help facility. 
  41.  
  42.  
  43. ΓòÉΓòÉΓòÉ 5. Tutorial of Keys ΓòÉΓòÉΓòÉ
  44.  
  45. Use this choice to see a list of keys and a description of the function of the 
  46. keys. 
  47.  
  48.  
  49. ΓòÉΓòÉΓòÉ 5.1. Key Assigments ΓòÉΓòÉΓòÉ
  50.  
  51. The list of keys is arranged in groups. 
  52.  
  53. ACCELERATOR KEYS 
  54.  
  55. HELP KEYS 
  56.  
  57.    F1 
  58.              Get help 
  59.  
  60.    Esc 
  61.              Previous Help Panel, or End help if only one panel 
  62.  
  63.    Alt 
  64.              Switch IN/OUT action bar 
  65.  
  66.    Alt+F4 
  67.              End help or End program 
  68.  
  69.    SYSTEM KEYS 
  70.  
  71.    Alt+Esc 
  72.              Switch to the next program, including full-screen programs 
  73.  
  74.    Ctrl+Esc 
  75.              Switch to the Task List 
  76.  
  77.    WINDOW KEYS 
  78.  
  79.    Underlined letter 
  80.              Move among the choices on the action bar and pull-downs submenu or 
  81.              execut the function chosen 
  82.  
  83.  
  84. ΓòÉΓòÉΓòÉ 6. Index ΓòÉΓòÉΓòÉ
  85.  
  86. Use this choice to display the help index. 
  87.  
  88. The help index lists the titles of the help information that is available. 
  89.  
  90.  
  91. ΓòÉΓòÉΓòÉ 7. Information ΓòÉΓòÉΓòÉ
  92.  
  93. This dialog displays information about the application, such as version number 
  94. and copyright notice. 
  95.  
  96.  
  97. ΓòÉΓòÉΓòÉ 8. Information ΓòÉΓòÉΓòÉ
  98.  
  99. The OK button closed dialog box. 
  100.  
  101.  
  102. ΓòÉΓòÉΓòÉ 9. Information ΓòÉΓòÉΓòÉ
  103.  
  104. This menu item will bring up a File-Search dialog box which can be input the 
  105. file path and searched pattern. 
  106.  
  107.  
  108. ΓòÉΓòÉΓòÉ 10. Information ΓòÉΓòÉΓòÉ
  109.  
  110. This menu item will bring up a File-Open dialog box. User can input the file 
  111. name which will be opened and be read. 
  112.  
  113.  
  114. ΓòÉΓòÉΓòÉ 11. Information ΓòÉΓòÉΓòÉ
  115.  
  116. The OK button closed dialog box and displayed next dialog box which will 
  117. display the first 200 bytes content of opened file. 
  118.  
  119.  
  120. ΓòÉΓòÉΓòÉ 12. Information ΓòÉΓòÉΓòÉ
  121.  
  122. This menu item will bring up a Calculator dialog box which contains the 
  123. operand's fields and operation's fields. 
  124.  
  125.  
  126. ΓòÉΓòÉΓòÉ 13. Information ΓòÉΓòÉΓòÉ
  127.  
  128. The OK button closed dialog box and displayed next dialog box which will 
  129. display the result of operation.