home *** CD-ROM | disk | FTP | other *** search
- PROCshell_BroadcastMessage()
- Params =>
- int reason code
- str message text
-
- This routine is used by the EvntShell
- library for communication between apps
- using the library and !ShellDBug, although
- it could be used for other purposes.
-
- --------------------------------------------------------
-
- PROCshell_MessageSendDataLoad()
- Params =>
- int file type
- str full path name of file
-
- This call is useful for forcing a file to be
- loaded by another application, as if if had
- been double clicked in a Filer window. In
- effect this is the same as the RISC OS 3
- Filer_Run command, but this call will work
- on RISC OS 2 as well.
-
- --------------------------------------------------------
-
- PROCshell_HandleUnknownMessage()
- Params =>
- int address of message block
-
- Called every time an unknown message is received.
-
- --------------------------------------------------------
-