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

  1. #define ATSSV_OPH
  2.  
  3. #ifndef IPC_OPH
  4. #include <sdk\ipc>
  5. #endif
  6.  
  7. #ifndef TIMER_OPH
  8. #include <sdk\timer>
  9. #endif
  10.  
  11. #ifndef ATS_OPH
  12. #include <sdk\ats>
  13. #endif
  14.  
  15. /* Property of atssv */
  16.  
  17. STRUCT PRS_ATSSV
  18.     timer%
  19.     pm%
  20.     freed%
  21.     pm_key%
  22. ENDS
  23.  
  24. STRUCT PR_ATSSV
  25.     root#(SIZEOF(PRS_ROOT))
  26.     server#(SIZEOF(PRS_SERVER))
  27.     atssv#(SIZEOF(PRS_ATSSV))
  28. ENDS
  29.  
  30. /* Property of atstim */
  31.  
  32. STRUCT PRS_ATSTIM
  33.     owner%
  34. ENDS
  35.  
  36. STRUCT PR_ATSTIM
  37.     root#(SIZEOF(PRS_ROOT))
  38.     active#(SIZEOF(PRS_ACTIVE))
  39.     atstim#(SIZEOF(PRS_ATSTIM))
  40. ENDS
  41.