home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsd / evntshell / Docs / Printer < prev    next >
Encoding:
Text File  |  1995-10-22  |  824 b   |  33 lines

  1. --------------------------------------------------------
  2. FNshell_PrinterOnLine
  3. =>    None
  4.  
  5. <=    bool TRUE if printer is online, otherwise
  6.          FALSE
  7.  
  8. This routine has been tested on RISC-OS 3.1 and
  9. should also work on earlier versions. From Risc
  10. User March 1993 page 43.
  11.  
  12. Note that if you normally use a Computer Concepts
  13. Turbo Driver the TurboSupport module MUST be
  14. loaded before calling this routine. Don't forget
  15. to tell the users of your application as well!
  16.  
  17. --------------------------------------------------------
  18.  
  19. FNshell_PrinterDriverGetName
  20. =>    None
  21.  
  22. <=    str    printer name if driver is loaded,
  23.          otherwise ""
  24.  
  25. --------------------------------------------------------
  26.  
  27. FNshell_PrinterDriverLoaded
  28. =>    None
  29.  
  30. <=    bool    TRUE if printer driver is loaded,
  31.          otherwise FALSE
  32.  
  33. --------------------------------------------------------