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

  1. #define OPRINTER_OPH
  2.  
  3. #ifndef XPRINTER_OPH
  4. #include <sdk\xprinter>
  5. #endif
  6.  
  7. /* AC: Not enough memory to include this */
  8. /*#ifndef HELP_OPH
  9. #include <sdk\help>
  10. #endif*/
  11.  
  12. /* Types for oprinter */
  13.  
  14. STRUCT OPRINT_REC
  15.     style%
  16.     blen%
  17.     buf%
  18. ENDS
  19.  
  20. /* Property of oprinter */
  21.  
  22. STRUCT PRS_OPRINTER
  23.     nrecs%
  24.     first%
  25.     index%
  26.     current%
  27.     comman_changed%
  28.     old_comman%
  29. ENDS
  30.  
  31. STRUCT PR_OPRINTER
  32.     root#(SIZEOF(PRS_ROOT))
  33.     lprinter#(SIZEOF(PRS_LPRINTER))
  34.     xprinter#(SIZEOF(PRS_XPRINTER))
  35.     oprinter#(SIZEOF(PRS_OPRINTER))
  36. ENDS
  37.  
  38. /* Property of ohelpdlg */
  39.  
  40. /* AC: Not enough memory to include this */
  41.  
  42. /*
  43. STRUCT PR_OHELPDLG
  44.     root#(SIZEOF(PRS_ROOT))
  45.     win#(SIZEOF(PRS_WIN))
  46.     dlgchain#(SIZEOF(PRS_DLGCHAIN))
  47.     helpdlg#(SIZEOF(PRS_HELPDLG))
  48. ENDS
  49. */
  50.