home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / d / eventshell / Docs / Messages < prev    next >
Encoding:
Text File  |  1993-11-12  |  904 b   |  34 lines

  1. PROCshell_BroadcastMessage()
  2. Params =>
  3.          int reason code         
  4.          str message text
  5.  
  6. This routine is used by the EvntShell
  7. library for communication between apps
  8. using the library and !ShellDBug, although
  9. it could be used for other purposes.
  10.  
  11. --------------------------------------------------------
  12.  
  13. PROCshell_MessageSendDataLoad()
  14. Params =>
  15.          int file type
  16.          str full path name of file
  17.  
  18. This call is useful for forcing a file to be
  19. loaded by another application, as if if had
  20. been double clicked in a Filer window. In
  21. effect this is the same as the RISC OS 3
  22. Filer_Run command, but this call will work
  23. on RISC OS 2 as well.
  24.  
  25. --------------------------------------------------------
  26.  
  27. PROCshell_HandleUnknownMessage()
  28. Params =>
  29.          int address of message block
  30.  
  31. Called every time an unknown message is received.
  32.  
  33. --------------------------------------------------------
  34.