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

  1. #define XPRINTER_OPH
  2.  
  3. #ifndef LPRINTER_OPH
  4. #include <sdk\lprinter>
  5. #endif
  6.  
  7. /* Property of xprinter */
  8.  
  9. STRUCT PRS_XPRINTER
  10.     locked%
  11. ENDS
  12.  
  13. STRUCT PR_XPRINTER
  14.     root#(SIZEOF(PRS_ROOT))
  15.     lprinter#(SIZEOF(PRS_LPRINTER))
  16.     xprinter#(SIZEOF(PRS_XPRINTER))
  17. ENDS
  18.