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

  1. #define EPDOC_OPH
  2.  
  3. #ifndef EDIT_OPH
  4. #include <sdk\edit>
  5. #endif
  6.  
  7. /* Property of epfdoc */
  8.  
  9. STRUCT PR_EPFDOC
  10.     root#(SIZEOF(PRS_ROOT))
  11.     eproot#(SIZEOF(PRS_EPROOT))
  12.     epflat#(SIZEOF(PRS_EPFLAT))
  13. ENDS
  14.  
  15. /* Property of epdoc */
  16.  
  17. STRUCT PRS_EPDOC
  18.     b%
  19.     pages%
  20.     filter%
  21. ENDS
  22.  
  23. STRUCT PR_EPDOC
  24.     root#(SIZEOF(PRS_ROOT))
  25.     eproot#(SIZEOF(PRS_EPROOT))
  26.     epdoc#(SIZEOF(PRS_EPDOC))
  27. ENDS
  28.