home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / tpapi.zip / NWPSERV.DOC < prev    next >
Text File  |  1992-01-27  |  4KB  |  114 lines

  1.  
  2. PRINT SERVER SERVICES
  3. =====================
  4.  
  5. PSAbortPrintJob (operators and users)
  6.   Aborts the current print job.
  7. --
  8. PSAddNotifyObject (operators only)
  9.   Adds an object to the print server's list of objects to be notified when
  10.   a printer needs attention (such as mounting forms, printer offline, out
  11.   of paper).
  12. --
  13. PSAddQueueToPrinter (operators only)
  14.   Assigns a queue to a printer and assigns a priority to the queue.
  15. --
  16. PSAttachPrintServerToFileServer (operators only)
  17.   Attaches a print server to a file server.
  18. --
  19. PSAttachToPrintServer (operators and users)
  20.   Establishes an SPX connection between the workstation and the print server.
  21. --
  22. PSCancelDownRequest (operators only)
  23.   Cancels the DownPrintServer command.
  24. --
  25. PSChangeNotifyInterval (operators only)
  26.   Sets or changes the number of seconds the print server will wait before
  27.   it notifies an object (first) and the number of seconds the print server
  28.   will wait between following notices (next).
  29. --
  30. PSChangeQueuePriority (operators only)
  31.   Changes the service priority assigned to the specified queue.
  32. --
  33. PSChangeServiceMode (operators only)
  34.   Changes the service mode of the specified printer.
  35. --
  36. PSDeleteNotifyObject (operators only)
  37.   Deletes an object from the print server's list of objects to be notified
  38.   when a printer needs attention (such as mounting forms, printer offline,
  39.   out of paper).
  40. --
  41. PSDeleteQueueFromPrinter (operators only)
  42.   Deletes a queue from a printer's service list.
  43. --
  44. PSDetachFromPrintServer (operators and users)
  45.   Disconnects the SPX connection between the workstation and the print
  46.   server.
  47. --
  48. PSDetachPrtServerFromFileServer (operators only)
  49.   Detaches a print server from a file server.
  50. --
  51. PSDownPrintServer (operators only)
  52.   Sends down the print server.
  53. --
  54. PSEjectForm (operators only)
  55.   Sends a form feed to the specified printer.
  56. --
  57. PSGetAttachedServers (operators and users)
  58.   Returns the names of the file servers that are attached to the print
  59.   server.
  60. --
  61. PSGetNextRemotePrinter
  62.   Returns the printer number of next available remote printer.
  63. --
  64. PSGetNotifyObject (operators and users)
  65.   Returns the objects that will bo notified when a printer needs attention
  66.   and when the objects will be notified.
  67. --
  68. PSGetPrintersServicingQueue (operators and users)
  69.   Returns an array of bytes (printer List) that identifies which printers
  70.   are servicing the specified queue.
  71. --
  72. PSGetPrinterStatus (operators and users)
  73.   Gets the status information about a printer.
  74. --
  75. PSGetPrintJobStatus (operators and users)
  76.   Gets the status of the current print job on the specified printer.
  77. --
  78. PSGetPrintServerInfo (operators and users)
  79.   Gets the current status of the print server and returns information
  80.   about thge services offered by the print server.
  81. --
  82. PSGetQueuesServiced (operators and users)
  83.   Returns information about the queue(s) that the specified printer is
  84.   servicing.
  85. --
  86. PSLoginToPrintServer (operators and users)
  87.   Logs the client into print server.
  88. --
  89. PSMarkTopOfForm (operators only)
  90.   Sends a line of characters to the specified printer to indicate where
  91.   the top of the page will be.
  92. --
  93. PSRequestRemotePrinter
  94.   Requests the print server to assign the specified printer number to a
  95.   remote printer.
  96. --
  97. PSRewindPrintJob (operators only)
  98.   Rewind the current print job the specified number of pages and restarts
  99.   it from that point.
  100. --
  101. PSSetMountedForm (operators only)
  102.   Informs the print server that the specified form has been mounted on the
  103.   indicated printer.
  104. --
  105. PSSetRemoteMode
  106.   Sets the remote printer mode.
  107. --
  108. PSStartPrinter (operators only)
  109.   Starts a printer that has been stopped.
  110. --
  111. PSStopPrinter (operators only)
  112.   Stops the specified printer.
  113. ------------------------------------------------------------------------------
  114.