Differences between version 2 and predecessor to the previous major change of rpcclient(1).
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 6:51:05 pm | by perry | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:51:05 pm | by perry | Revert |
@@ -191,9 +191,9 @@
__SPOOLSS__
__adddriver __ - Execute an
-AddPrinterDriver() RPC to install the printer driver
+!
AddPrinterDriver() RPC to install the printer driver
information on the server. Note that the driver files should
already exist in the directory returned by
__getdriverdir__. Possible values for ''arch'' are the
same as those for the __getdriverdir__ command. The
@@ -234,32 +234,32 @@
__enumdata__ - Enumerate all printer setting data stored
on the server. On Windows NT clients, these values are
stored in the registry, while Samba servers store them in
the printers TDB. This command corresponds to the MS
-Platform SDK GetPrinterData() function (* This command is
+Platform SDK !
GetPrinterData() function (* This command is
currently unimplemented).
__enumjobs __ - List the jobs and status
of a given printer. This command corresponds to the MS
-Platform SDK EnumJobs() function (* This command is
+Platform SDK !
EnumJobs() function (* This command is
currently unimplemented).
-__enumports [[level]__ - Executes an EnumPorts() call
+__enumports [[level]__ - Executes an !
EnumPorts() call
using the specified info level. Currently only info levels 1
and 2 are supported.
-__enumdrivers [[level]__ - Execute an EnumPrinterDrivers()
+__enumdrivers [[level]__ - Execute an !
EnumPrinterDrivers()
call. This lists the various installed printer drivers for
all architectures. Refer to the MS Platform SDK
documentation for more details of the various flags and
calling options. Currently supported info levels are 1, 2,
and 3.
-__enumprinters [[level]__ - Execute an EnumPrinters()
+__enumprinters [[level]__ - Execute an !
EnumPrinters()
call. This lists the various installed and share printers.
Refer to the MS Platform SDK documentation for more details
of the various flags and calling options. Currently
supported info levels are 0, 1, and 2.
@@ -267,39 +267,39 @@
__getdata __ - Retrieve the data for a
given printer setting. See the __enumdata__ command for
more information. This command corresponds to the
-GetPrinterData() MS Platform SDK function (* This command is
+!
GetPrinterData() MS Platform SDK function (* This command is
currently unimplemented).
__getdriver __ - Retrieve the printer
driver information (such as driver file, config file,
dependent files, etc...) for the given printer. This command
-corresponds to the GetPrinterDriver() MS Platform SDK
+corresponds to the !
GetPrinterDriver() MS Platform SDK
function. Currently info level 1, 2, and 3 are
supported.
__getdriverdir __ - Execute a
-GetPrinterDriverDirectory() RPC to retreive the SMB share
+!
GetPrinterDriverDirectory() RPC to retreive the SMB share
name and subdirectory for storing printer driver files for a
given architecture. Possible values for ''arch'' are
''
__getprinter __ - Retrieve the current
printer information. This command corresponds to the
-GetPrinter() MS Platform SDK function.
+!
GetPrinter() MS Platform SDK function.
__openprinter __ - Execute an
-OpenPrinterEx() and ClosePrinter() RPC against a given
+!
OpenPrinterEx() and !
ClosePrinter() RPC against a given
printer.
__setdriver __ -
-Execute a SetPrinter() command to update the printer driver
+Execute a !
SetPrinter() command to update the printer driver
associated with an installed printer. The printer driver
must already be correctly installed on the print
server.
@@ -367,7 +367,7 @@
The original rpcclient man page was written by Matthew
Geddes, Luke Kenneth Casson Leighton, and rewritten by
-Gerald Carter. The conversion to DocBook for Samba 2.2 was
+Gerald Carter. The conversion to !
DocBook for Samba 2.2 was
done by Gerald Carter.
----