Implemented some more client side spoolss functions:
authorTim Potter <tpot@samba.org>
Mon, 2 Sep 2002 07:41:12 +0000 (07:41 +0000)
committerTim Potter <tpot@samba.org>
Mon, 2 Sep 2002 07:41:12 +0000 (07:41 +0000)
commit6a1953f2431cc848abf210bdecd7080738991296
tree532503a8749ba0205319aa22ac50a3ae4baa1687
parent62a60782533851b3380aa0db300fa16dfe6ca72e
Implemented some more client side spoolss functions:

 - getprinterdataex(), setprinterdataex(), enumprinterdataex()

Pass data type down to setprinterdata() fn instead of hardcoding REG_SZ.

Did some trickyness to get enumprinterdataex replies unmarshalled
properly.  The code seems to have been written to require the number
of entries returned before unpacking said entries.  Skip to the end of
the response and read the number of entries then jump back and process
the printer data.
source/rpc_parse/parse_spoolss.c