mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r3429: Fix IDL for EnumPrinterDataEx()
(This used to be commit da7ec2ae68
)
This commit is contained in:
parent
90067934cd
commit
2a271ec5db
@ -836,7 +836,11 @@
|
||||
/******************/
|
||||
/* Function: 0x4f */
|
||||
WERROR spoolss_EnumPrinterDataEx(
|
||||
[in,ref] policy_handle *handle
|
||||
[in,ref] policy_handle *handle,
|
||||
[in] unistr key_name,
|
||||
[out] DATA_BLOB buffer,
|
||||
[in,out] uint32 buf_size,
|
||||
[out] uint32 count
|
||||
);
|
||||
|
||||
/******************/
|
||||
|
Loading…
Reference in New Issue
Block a user