home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / os2 / dllapi / dllapi.hlp (.txt) < prev    next >
Encoding:
OS/2 Help File  |  1999-05-12  |  4.6 KB  |  129 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. About DLL ΓòÉΓòÉΓòÉ
  3.  
  4.  The DLL application is a sample Presentation Manager application which 
  5. demonstrates the use of a dynamic linking library. It consists of a DLL file 
  6. that provides a 32-bit API and an EXE sample program that calls the API.  The 
  7. DLL uses exception management to catch general protection faults that occur 
  8. when the API is called with invalid pointers. The EXE illustrates that it can't 
  9. touch the protected data by attempting to access it directly, causing an access 
  10. fault. The EXE should handle all faults it causes and print user messages to 
  11. the 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 functions 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.              execute 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 closes the dialog box. 
  100.  
  101.  
  102. ΓòÉΓòÉΓòÉ 9. Information ΓòÉΓòÉΓòÉ
  103.  
  104. This menu item will bring up a File-Search dialog box which can read the file 
  105. 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 closes the dialog box and displays the next dialog box which will 
  117. display the first 200 bytes of the opened file. 
  118.  
  119.  
  120. ΓòÉΓòÉΓòÉ 12. Information ΓòÉΓòÉΓòÉ
  121.  
  122. This menu item will bring up a Calculator dialog box which contains the operand 
  123. and operation fields. 
  124.  
  125.  
  126. ΓòÉΓòÉΓòÉ 13. Information ΓòÉΓòÉΓòÉ
  127.  
  128. The OK button closes the dialog box and displays the next dialog box which will 
  129. display the result of the operation.