mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
spoolss: add spoolss_KeyNames union.
Guenther
This commit is contained in:
parent
0604c696a0
commit
cf2561473f
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user