summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-12-02 00:59:21 +0100
committerGünther Deschner <gd@samba.org>2009-12-08 16:20:51 +0100
commitfb3b0987f7f9d7026701ab8b3034ff6084ae2143 (patch)
tree653ad71be06bf52f9ef7cd715f87d9c5af9ee34d /librpc/idl
parentdd650edff2e1e5a22e9ba89a7bda811256a136b1 (diff)
downloadsamba-fb3b0987f7f9d7026701ab8b3034ff6084ae2143.tar.gz
samba-fb3b0987f7f9d7026701ab8b3034ff6084ae2143.tar.bz2
samba-fb3b0987f7f9d7026701ab8b3034ff6084ae2143.zip
spoolss: add more spoolss architectures to IDL.
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/spoolss.idl6
1 files changed, 5 insertions, 1 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index f665381199..64b2676185 100644
--- a/librpc/idl/spoolss.idl
+++ b/librpc/idl/spoolss.idl
@@ -1498,8 +1498,12 @@ import "misc.idl", "security.idl", "winreg.idl";
const string SPL_ARCH_IA64 = "IA64";
const string SPL_ARCH_X64 = "x64";
- const string SPOOLSS_ARCHITECTURE_ALL = "all";
+ const string SPOOLSS_ARCHITECTURE_ALL = "All";
+ const string SPOOLSS_ARCHITECTURE_ALL_CLUSTER = "AllCluster";
const string SPOOLSS_ARCHITECTURE_NT_X86 = "Windows NT x86";
+ const string SPOOLSS_ARCHITECTURE_IA_64 = "Windows IA64";
+ const string SPOOLSS_ARCHITECTURE_x64 = "Windows x64";
+ const string SPOOLSS_ARCHITECTURE_4_0 = "Windows 4.0";
const string SPOOLSS_DEFAULT_SERVER_PATH = "C:\\WINDOWS\\system32\\spool";
typedef [public,gensize] struct {