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

  1. #define LPRINTER_OPH
  2.  
  3. #ifndef SCRLAY_OPH
  4. #include <sdk\scrlay>
  5. #endif
  6.  
  7. #ifndef PRDRV_OPH
  8. #include <sdk\prdrv>
  9. #endif
  10.  
  11. /* Property of lprinter */
  12.  
  13. STRUCT PRS_LPRINTER
  14.     pages%
  15.     wdr%
  16.     f#(SIZEOF(SCRLAY_FONT))
  17.     defer#(SIZEOF(WDR_PRINT))
  18.     wtab%
  19.     lheight%
  20.     width%
  21.     subsqind%
  22. ENDS
  23.  
  24. STRUCT PR_LPRINTER
  25.     root#(SIZEOF(PRS_ROOT))
  26.     lprinter#(SIZEOF(PRS_LPRINTER))
  27. ENDS
  28.