diff options
author | Günther Deschner <gd@samba.org> | 2009-03-17 17:30:07 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-17 19:07:35 +0100 |
commit | a264bc68f0e44fb561fe61613b5cf3c7b5e8385f (patch) | |
tree | 35919d8f6b375b9f3693c5a1a564121f35e274c7 /librpc | |
parent | f94a6f4801e5b2b83e5f4888aba21f3647e23f9a (diff) | |
download | samba-a264bc68f0e44fb561fe61613b5cf3c7b5e8385f.tar.gz samba-a264bc68f0e44fb561fe61613b5cf3c7b5e8385f.tar.bz2 samba-a264bc68f0e44fb561fe61613b5cf3c7b5e8385f.zip |
spoolss: add SPL Port definitions to IDL.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/spoolss.idl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 32f7760336..a2dc80cbfe 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -1501,6 +1501,16 @@ import "misc.idl", "security.idl", "winreg.idl"; [out,ref] uint32 *needed ); + /* + * Special strings for the OpenPrinter() call. See the MSDN DDK + * docs on the XcvDataPort() for more details. + */ + + const string SPL_LOCAL_PORT = "Local Port"; + const string SPL_TCPIP_PORT = "Standard TCP/IP Port"; + const string SPL_XCV_MONITOR_LOCALMON = ",XcvMonitor Local Port"; + const string SPL_XCV_MONITOR_TCPMON = ",XcvMonitor Standard TCP/IP Port"; + typedef [public,gensize] struct { [relative] nstring *port_name; } spoolss_PortInfo1; |