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

  1. #define LLEDIT_OPH
  2.  
  3. #ifndef LODGER_OPH
  4. #include <sdk\lodger>
  5. #endif
  6.  
  7. #ifndef MFNE_OPH
  8. #include <sdk\mfne>
  9. #endif
  10.  
  11. /* Constants for lledit */
  12.  
  13. #define IN_LLEDIT_LATITUDE 0
  14. #define IN_LLEDIT_LONGITUDE 1
  15.  
  16. /* Types for lledit */
  17.  
  18. STRUCT IN_LLEDIT
  19.     flags%
  20.     value%
  21. ENDS
  22.  
  23. STRUCT SE_LLEDIT
  24.     value%
  25. ENDS
  26.  
  27. /* Property of lledit */
  28.  
  29. STRUCT PR_LLEDIT
  30.     root#(SIZEOF(PRS_ROOT))
  31.     win#(SIZEOF(PRS_WIN))
  32.     lodger#(SIZEOF(PRS_LODGER))
  33.     mfne#(SIZEOF(PRS_MFNE))
  34. ENDS
  35.