diff options
author | Günther Deschner <gd@samba.org> | 2009-07-03 10:10:53 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-07-03 22:05:10 +0200 |
commit | 80b62f579fdf9975c718a75c6d8e623e30578139 (patch) | |
tree | f90928ab82704c93628f61c860401b6b1db6f4f2 /librpc/idl | |
parent | e9fc7c5e15ed87710be8f981b969ef411de25918 (diff) | |
download | samba-80b62f579fdf9975c718a75c6d8e623e30578139.tar.gz samba-80b62f579fdf9975c718a75c6d8e623e30578139.tar.bz2 samba-80b62f579fdf9975c718a75c6d8e623e30578139.zip |
spoolss: fill in spoolss_AddPrinter IDL.
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/spoolss.idl | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 7dad7c92de..91a7cf0d04 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -629,9 +629,12 @@ import "misc.idl", "security.idl", "winreg.idl"; /******************/ /* Function: 0x05 */ - [todo] WERROR spoolss_AddPrinter( - /* This function is not implemented in Samba 3 as no - clients have been observed using it. */ + WERROR spoolss_AddPrinter( + [in,unique] [string,charset(UTF16)] uint16 *server, + [in,ref] spoolss_SetPrinterInfoCtr *info_ctr, + [in,ref] spoolss_DevmodeContainer *devmode_ctr, + [in,ref] sec_desc_buf *secdesc_ctr, + [out,ref] policy_handle *handle ); /******************/ |