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

  1. #define NCEDIT_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 lncedit */
  12.  
  13. #define SE_LNCEDIT_VALUE    0x01
  14. #define SE_LNCEDIT_LOW    0x02
  15. #define SE_LNCEDIT_HIGH    0x04
  16.  
  17. /* Types for lncedit */
  18.  
  19. STRUCT IN_LNCEDIT
  20.     value&
  21.     low&
  22.     high&
  23. ENDS
  24.  
  25. STRUCT SE_LNCEDIT
  26.     value&
  27.     low&
  28.     high&
  29.     flags%
  30. ENDS
  31.  
  32. /* Property of lncedit */
  33.  
  34. STRUCT PR_LNCEDIT
  35.     root#(SIZEOF(PRS_ROOT))
  36.     win#(SIZEOF(PRS_WIN))
  37.     lodger#(SIZEOF(PRS_LODGER))
  38.     mfne#(SIZEOF(PRS_MFNE))
  39. ENDS
  40.  
  41. /* Constants for ncedit */
  42.  
  43. #define SE_NCEDIT_VALUE    0x01
  44. #define SE_NCEDIT_LOW    0x02
  45. #define SE_NCEDIT_HIGH    0x04
  46.  
  47. /* Types for ncedit */
  48.  
  49. STRUCT IN_NCEDIT
  50.     value%
  51.     low%
  52.     high%
  53. ENDS
  54.  
  55. STRUCT SE_NCEDIT
  56.     value%
  57.     low%
  58.     high%
  59.     flags%
  60. ENDS
  61.  
  62. /* Property of ncedit */
  63.  
  64. STRUCT PR_NCEDIT
  65.     root#(SIZEOF(PRS_ROOT))
  66.     win#(SIZEOF(PRS_WIN))
  67.     lodger#(SIZEOF(PRS_LODGER))
  68.     mfne#(SIZEOF(PRS_MFNE))
  69. ENDS
  70.  
  71. /* Constants for wncedit */
  72.  
  73. #define SE_WNCEDIT_VALUE    0x01
  74. #define SE_WNCEDIT_LOW    0x02
  75. #define SE_WNCEDIT_HIGH    0x04
  76.  
  77. /* Types for wncedit */
  78.  
  79. STRUCT IN_WNCEDIT
  80.     value%
  81.     low%
  82.     high%
  83. ENDS
  84.  
  85. STRUCT SE_WNCEDIT
  86.     value%
  87.     low%
  88.     high%
  89.     flags%
  90. ENDS
  91.  
  92. /* Property of wncedit */
  93.  
  94. STRUCT PR_WNCEDIT
  95.     root#(SIZEOF(PRS_ROOT))
  96.     win#(SIZEOF(PRS_WIN))
  97.     lodger#(SIZEOF(PRS_LODGER))
  98.     mfne#(SIZEOF(PRS_MFNE))
  99. ENDS
  100.