spoolss: add SPL Port definitions to IDL.
authorGünther Deschner <gd@samba.org>
Tue, 17 Mar 2009 16:30:07 +0000 (17:30 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 17 Mar 2009 18:07:35 +0000 (19:07 +0100)
Guenther

librpc/idl/spoolss.idl

index 32f776033605b7b5e376769e2e8429a4b7752f4f..a2dc80cbfe725ee8618a9ce9a4f835b60fbbaea0 100644 (file)
@@ -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;