home *** CD-ROM | disk | FTP | other *** search
- --------------------------------------------------------
- FNshell_PrinterOnLine
- => None
-
- <= bool TRUE if printer is online, otherwise
- FALSE
-
- This routine has been tested on RISC-OS 3.1 and
- should also work on earlier versions. From Risc
- User March 1993 page 43.
-
- Note that if you normally use a Computer Concepts
- Turbo Driver the TurboSupport module MUST be
- loaded before calling this routine. Don't forget
- to tell the users of your application as well!
-
- --------------------------------------------------------
-
- FNshell_PrinterDriverGetName
- => None
-
- <= str printer name if driver is loaded,
- otherwise ""
-
- --------------------------------------------------------
-
- FNshell_PrinterDriverLoaded
- => None
-
- <= bool TRUE if printer driver is loaded,
- otherwise FALSE
-
- --------------------------------------------------------