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

  1. #define PRINTING_OPH
  2.  
  3. #ifndef DLGBOX_OPH
  4. #include <sdk\dlgbox>
  5. #endif
  6.  
  7. /* AC: this commented out and
  8.    hard-coded to save memory */
  9.  
  10. /*#ifndef PAGES_OPH
  11. #include <sdk\pages>
  12. #endif*/
  13.  
  14. /* Constants for printing */
  15.  
  16. #define PR_WIN_WILL_SKIP 0x4000
  17.  
  18. /* Types for printing */
  19.  
  20. STRUCT RBUF_PRINTING
  21. /*    calls#(SIZEOF(PAGES_CALLS))*/
  22.     calls#(8)
  23.     ppages%
  24. ENDS
  25.  
  26. /* Property of printing */
  27.  
  28. STRUCT PRS_PRINTING
  29.     pages%
  30. ENDS
  31.  
  32. STRUCT PR_PRINTING
  33.     root#(SIZEOF(PRS_ROOT))
  34.     win#(SIZEOF(PRS_WIN))
  35.     dlgchain#(SIZEOF(PRS_DLGCHAIN))
  36.     dlgbox#(SIZEOF(PRS_DLGBOX))
  37.     printing#(SIZEOF(PRS_PRINTING))
  38. ENDS
  39.