summaryrefslogtreecommitdiffstats
path: root/source/include/rpc_spoolss.h
Commit message (Collapse)AuthorAgeFilesLines
* well, i stuffed up the spooler commands.Luke Leighton1999-11-271-35/+28
|
* debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton1999-11-091-4/+1
| | | | | to mention, there's a spooljobs <printer name> command, and it uses command-line completion? prints out NT print jobs really nicely, too.
* preparation for doing a spoolss enum jobs command. had to rewriteLuke Leighton1999-11-081-2/+2
| | | | spoolss_enumjobs parsing code to do read / writes not just writes.
* added rpcclient spoolenum command. enumerates printers.Luke Leighton1999-11-061-1/+2
| | | | | | spoolss_r_io_enumprinters doesn't decode strings correctly as printer_info_1/2 code has only been written to write structures, not read them.
* spoolss openprinterex / closeprinter client-code.Luke Leighton1999-11-061-16/+19
| | | | | | | experimental spoolopen <printer name> command added. jean-francois, f.y.i. i changed the #define for SPOOLSS_OPENPRINTEREX from op code 0x44 to 0x45.
* experimental spoolss rpcclient commandsLuke Leighton1999-11-051-0/+3
|
* - enumprintprocessors and enumprintmonitors added.Jean-François Micouleau1999-07-271-4/+46
| | | | | | | | | | - getjob (level 1 and 2) done. - better handling of getprinterdriver (level 2). - added workaround to print PCL files. Now the spoolss code should be compliant with all kind of printers :-) Jean Francois
* Fixed most memory leak and big-endian bug in the spoolss code.Jean-François Micouleau1999-06-221-4/+44
| | | | | | | Also added addform/setform rpc api calls. Now I can add/change forms from the server property dialog box. Jean Francois
* Changed the RPC api definition now first arg is a pipe_structJean-François Micouleau1999-05-031-2/+2
| | | | | | found some memory leak in the spoolss code. Jean Francois
* Adding RPC spoolss code support and some new low-level printing functions.Jean-François Micouleau1999-04-271-0/+1413
Jean Francois