From 1b293c90be3905911d401b2d5bb6dd5da979c809 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 4 Oct 2010 15:03:08 +0200 Subject: spoolss: fill in PerMachineConnections add and delete IDL. Guenther --- librpc/idl/spoolss.idl | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'librpc/idl') 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( ); /******************/ -- cgit