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

  1. #define RUNMEMO_OPH
  2.  
  3. #ifndef HWIMMAN_OPH
  4. #include <sdk\hwimman>
  5. #endif
  6.  
  7. #ifndef XACTIVE_OPH
  8. #include <sdk\xactive>
  9. #endif
  10.  
  11. /* Types for runmemo */
  12.  
  13. STRUCT MEMO_ENV
  14.     self%
  15.     stat%
  16.     appid%
  17.     flags%
  18. ENDS
  19.  
  20. STRUCT MEMO_CL
  21.     e#(SIZEOF(MEMO_ENV))
  22.     t#(SIZEOF(MEMO_DATA))
  23. ENDS
  24.  
  25. /* Property of runmemo */
  26.  
  27. STRUCT PRS_RUNMEMO
  28.     logona%
  29.     mempid%
  30.     command_byte#
  31.     alias_info#
  32.     cl#(SIZEOF(MEMO_CL))
  33.     in#(SIZEOF(MEMO_DATA))
  34.     cb#(SIZEOF(MEMO_CALLBACK))
  35.     hidflag%
  36.     callback%
  37.     active%
  38.     hidden#(SIZEOF(WS_HIDE_APP_DATA))
  39. ENDS
  40.  
  41. STRUCT PR_RUNMEMO
  42.     root#(SIZEOF(PRS_ROOT))
  43.     active#(SIZEOF(PRS_ACTIVE))
  44.     runmemo#(SIZEOF(PRS_RUNMEMO))
  45. ENDS
  46.  
  47. /* Property of ipcstat */
  48.  
  49. STRUCT PRS_IPCSTAT
  50.     pid%
  51.     len%
  52.     message#(128)
  53. ENDS
  54.  
  55. STRUCT PR_IPCSTAT
  56.     root#(SIZEOF(PRS_ROOT))
  57.     active#(SIZEOF(PRS_ACTIVE))
  58.     ipcstat#(SIZEOF(PRS_IPCSTAT))
  59. ENDS
  60.