From 7ce57cd43d65ce08db2e49efe4e41db803ced543 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 10 Dec 2009 14:18:46 +0100 Subject: [PATCH] spoolss: add spoolss_KeyNames union. Guenther (cherry picked from commit cf2561473f7bd0bcef5c562c1e901d4ad17e6ee3) (cherry picked from commit 969623c7963219ae3db3058349c257e00adc237b) --- librpc/idl/spoolss.idl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 2e47eb69352..ae6aaeb3def 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -2302,6 +2302,12 @@ import "misc.idl", "security.idl", "winreg.idl"; [out,ref] uint32 *needed ); + typedef [nodiscriminant] union { + [case(0)]; + [case(1)]; + [default] nstring_array string_array; + } spoolss_KeyNames; + /******************/ /* Function: 0x50 */ [public] WERROR spoolss_EnumPrinterKey( -- 2.11.4.GIT