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

  1. #define XACTIVE_OPH
  2.  
  3. #ifndef APPMAN_OPH
  4. #include <sdk\appman>
  5. #endif
  6.  
  7. /* Property of logona */
  8.  
  9. STRUCT PRS_LOGONA
  10.     pid%
  11.     owner%
  12.     mess%
  13. ENDS
  14.  
  15. STRUCT PR_LOGONA
  16.     root#(SIZEOF(PRS_ROOT))
  17.     active#(SIZEOF(PRS_ACTIVE))
  18.     logona#(SIZEOF(PRS_LOGONA))
  19. ENDS
  20.  
  21. /* Property of unload */
  22.  
  23. STRUCT PRS_UNLOAD
  24.     cathand%
  25. ENDS
  26.  
  27. STRUCT PR_UNLOAD
  28.     root#(SIZEOF(PRS_ROOT))
  29.     active#(SIZEOF(PRS_ACTIVE))
  30.     unload#(SIZEOF(PRS_UNLOAD))
  31. ENDS
  32.