• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..16-Jun-201422

prtpub.cH A D25-Feb-20148 KiB

readme.prtpubH A D25-Feb-2014540

smbprintH A D25-Feb-20143.9 KiB

smbprint.sysvH A D25-Feb-20141.8 KiB

VampireDriversFunctionsH A D25-Feb-201456.1 KiB

readme.prtpub

1prtpub.c contains a program which, when compiled with Visual C, can 
2download a driver for a printer, query the capabilities of the driver,
3then write back the DsDriver keys necessary to publish all the fields
4of a printer in the directory.  After writing back the fields, it issues
5a SetPrinter with info level 7, telling the server to publish the
6printer.
7
8It also writes the fields to stdout.
9
10In order to be distributed, it should be compiled using DLLs for C runtime.
11
12The program takes the UNC name of a printer as the only argument.
13