home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / psion / opp16f_zip / INCLUDE / SDK / HELP.OPH < prev    next >
Encoding:
Text File  |  1995-12-21  |  657 b   |  46 lines

  1. #define HELP_OPH
  2.  
  3. #ifndef DLGBOX_OPH
  4. #include <sdk\dlgbox>
  5. #endif
  6.  
  7. #ifndef LISTBOX_OPH
  8. #include <sdk\listbox>
  9. #endif
  10.  
  11. /* Types for helplist */
  12.  
  13. STRUCT HELP_RSC
  14.     topic_id%
  15.     topic#(1)
  16. ENDS
  17.  
  18. /* Property of helplist */
  19.  
  20. STRUCT PRS_HELPLIST
  21.     list%
  22.     ids%
  23.     firsttop%
  24.     title#(50)
  25. ENDS
  26.  
  27. STRUCT PR_HELPLIST
  28.     root#(SIZEOF(PRS_ROOT))
  29.     win#(SIZEOF(PRS_WIN))
  30.     listbox#(SIZEOF(PRS_LISTBOX))
  31.     helplist#(SIZEOF(PRS_HELPLIST))
  32. ENDS
  33.  
  34. /* Property of helpdlg */
  35.  
  36. STRUCT PRS_HELPDLG
  37.     listbox%
  38. ENDS
  39.  
  40. STRUCT PR_HELPDLG
  41.     root#(SIZEOF(PRS_ROOT))
  42.     win#(SIZEOF(PRS_WIN))
  43.     dlgchain#(SIZEOF(PRS_DLGCHAIN))
  44.     helpdlg#(SIZEOF(PRS_HELPDLG))
  45. ENDS
  46.