1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

SETPRINTERDATAEX is 0x4d (not 0x50). My mistake.

(This used to be commit 27c6e1242d)
This commit is contained in:
Gerald Carter 2001-11-15 20:09:40 +00:00
parent 8220662c13
commit 09463a4a01

View File

@ -117,7 +117,7 @@
#define SPOOLSS_ENUMPRINTERDATA 0x48
#define SPOOLSS_DELETEPRINTERDATA 0x49
#define SPOOLSS_GETPRINTERDATAEX 0x4e
#define SPOOLSS_SETPRINTERDATAEX 0x50
#define SPOOLSS_SETPRINTERDATAEX 0x4d
#define PRINTER_CONTROL_UNPAUSE 0x00000000
#define PRINTER_CONTROL_PAUSE 0x00000001