From fb3b0987f7f9d7026701ab8b3034ff6084ae2143 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 2 Dec 2009 00:59:21 +0100 Subject: spoolss: add more spoolss architectures to IDL. Guenther --- librpc/idl/spoolss.idl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'librpc/idl/spoolss.idl') 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 { -- cgit