mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
spoolss: use nstring_array in spoolss_EnumPrinterKey.
Guenther
This commit is contained in:
parent
12c6ac6a43
commit
3a6b5fe6c1
@ -2222,8 +2222,8 @@ import "misc.idl", "security.idl", "winreg.idl";
|
||||
[public] WERROR spoolss_EnumPrinterKey(
|
||||
[in, ref] policy_handle *handle,
|
||||
[in] [string,charset(UTF16)] uint16 key_name[],
|
||||
[out,ref] [size_is(key_buffer_size/2)] uint16 *key_buffer,
|
||||
[in] uint32 key_buffer_size,
|
||||
[out,ref] [subcontext(0),subcontext_size(offered)] nstring_array **key_buffer,
|
||||
[in] uint32 offered,
|
||||
[out,ref] uint32 *needed
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user