diff options
author | Günther Deschner <gd@samba.org> | 2010-10-04 15:03:08 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-12-16 10:52:50 +0100 |
commit | 1b293c90be3905911d401b2d5bb6dd5da979c809 (patch) | |
tree | 2403c24a2697e07e42a7ab38a88a7a8c9e31b945 /librpc | |
parent | 25163380239abbad28f1656c42e6fab1b92473d9 (diff) | |
download | samba-1b293c90be3905911d401b2d5bb6dd5da979c809.tar.gz samba-1b293c90be3905911d401b2d5bb6dd5da979c809.tar.bz2 samba-1b293c90be3905911d401b2d5bb6dd5da979c809.zip |
spoolss: fill in PerMachineConnections add and delete IDL.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/spoolss.idl | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 682b86a331..c74bd69a2f 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -2986,17 +2986,23 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor") /******************/ /* Function: 0x55 */ - [todo] WERROR spoolss_55( + WERROR spoolss_AddPerMachineConnection( + [in,unique] [string,charset(UTF16)] uint16 *server, + [in,ref] [string,charset(UTF16)] uint16 *printername, + [in,ref] [string,charset(UTF16)] uint16 *printserver, + [in,ref] [string,charset(UTF16)] uint16 *provider ); /******************/ /* Function: 0x56 */ - [todo] WERROR spoolss_56( + WERROR spoolss_DeletePerMachineConnection( + [in,unique] [string,charset(UTF16)] uint16 *server, + [in,ref] [string,charset(UTF16)] uint16 *printername ); /******************/ /* Function: 0x57 */ - [todo] WERROR spoolss_57( + [todo] WERROR spoolss_EnumPerMachineConnections( ); /******************/ |