1
0
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:
Tim Potter 2004-11-01 11:34:54 +00:00 committed by Gerald (Jerry) Carter
parent 90067934cd
commit 2a271ec5db

View File

@ -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
);
/******************/