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

  1. #define NCHLIST_OPH
  2.  
  3. #ifndef CHLIST_OPH
  4. #include <sdk\chlist>
  5. #endif
  6.  
  7. /* Property of vanumber */
  8.  
  9. STRUCT PRS_VANUMBER
  10.     data#(8)
  11. ENDS
  12.  
  13. STRUCT PR_VANUMBER
  14.     root#(SIZEOF(PRS_ROOT))
  15.     varoot#(SIZEOF(PRS_VAROOT))
  16.     vanumber#(SIZEOF(PRS_VANUMBER))
  17. ENDS
  18.  
  19. /* Property of nchlist */
  20.  
  21. STRUCT PR_NCHLIST
  22.     root#(SIZEOF(PRS_ROOT))
  23.     win#(SIZEOF(PRS_WIN))
  24.     lodger#(SIZEOF(PRS_LODGER))
  25.     chlist#(SIZEOF(PRS_CHLIST))
  26. ENDS
  27.