mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
spoolss: fix spoolss_EnumPrinterDataEx IDL.
Guenther
This commit is contained in:
parent
121b5f4afd
commit
cb5837dc19
@ -1467,10 +1467,10 @@ import "misc.idl", "security.idl", "winreg.idl";
|
||||
[public] WERROR spoolss_EnumPrinterDataEx(
|
||||
[in,ref] policy_handle *handle,
|
||||
[in] [string,charset(UTF16)] uint16 key_name[],
|
||||
[out,ref] [size_is(offered)] uint8 *buffer,
|
||||
[in] uint32 offered,
|
||||
[out] DATA_BLOB buffer,
|
||||
[out] uint32 needed,
|
||||
[out] uint32 count
|
||||
[out,ref] uint32 *needed,
|
||||
[out,ref] uint32 *count
|
||||
);
|
||||
|
||||
/******************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user