diff options
author | Günther Deschner <gd@samba.org> | 2009-12-10 14:18:46 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-12-10 17:48:49 +0100 |
commit | cf2561473f7bd0bcef5c562c1e901d4ad17e6ee3 (patch) | |
tree | d7c2907c72f71cefd4a6260c3e9dd9d0f7e0ec9a | |
parent | 0604c696a05773a439538d88f1b45aa6637766a7 (diff) | |
download | samba-cf2561473f7bd0bcef5c562c1e901d4ad17e6ee3.tar.gz samba-cf2561473f7bd0bcef5c562c1e901d4ad17e6ee3.tar.bz2 samba-cf2561473f7bd0bcef5c562c1e901d4ad17e6ee3.zip |
spoolss: add spoolss_KeyNames union.
Guenther
-rw-r--r-- | librpc/idl/spoolss.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 64b2676185..a909c17d7f 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -2607,6 +2607,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( |