diff options
author | Günther Deschner <gd@samba.org> | 2009-03-17 17:30:07 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-04-15 09:06:58 +0200 |
commit | 221f969430b47a873af90950d5a5052738f081d1 (patch) | |
tree | f6d50093c8f0334abaa3d1ef99eea4c6f2d5f1a0 /librpc/idl/spoolss.idl | |
parent | c21b8aa9cb58a0b9e91bdecd863e5bff544e371e (diff) | |
download | samba-221f969430b47a873af90950d5a5052738f081d1.tar.gz |
spoolss: add SPL Port definitions to IDL.
Guenther
(cherry picked from commit a264bc68f0e44fb561fe61613b5cf3c7b5e8385f)
(cherry picked from commit 6069010991dc2b3272fc4ba51504f2f9ce97c43d)
Diffstat (limited to 'librpc/idl/spoolss.idl')
-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 32f77603360..a2dc80cbfe7 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; |