diff options
-rwxr-xr-x | source3/include/rpc_spoolss.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index d15b2f6aa1..10e665a26e 100755 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -62,13 +62,10 @@ /* * Unimplement Win2k specific RPC's -/* - seen strings - DsSpooler, DsForms, etc... - Enumeration? Returns DRIVER_INFO_6 fields -*/ -#define SPOOLSS_UNKNOWN_1 0x4f - +#define SPOOLSS_ENUMPRINTERDATAEX 0x4f +#define SPOOLSS_DELETEPRINTERDATAEX 0x51 #define SPOOLSS_ADDPRINTERDRIVEREX 0x59 +*/ /* those are implemented */ #define SPOOLSS_ENUMPRINTERS 0x00 |