From 355849ed4cbe5cea86edf6b5414d264c0637ac64 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 4 Oct 2010 09:28:41 +0200 Subject: spoolss: fill in spoolss_DeletePort IDL. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Mon Oct 4 08:10:16 UTC 2010 on sn-devel-104 --- librpc/idl/spoolss.idl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'librpc/idl/spoolss.idl') diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index b80e218ee8..682b86a331 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -2282,7 +2282,10 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor") /******************/ /* Function: 0x27 */ - [todo] WERROR spoolss_DeletePort( + WERROR spoolss_DeletePort( + [in,unique] [string,charset(UTF16)] uint16 *server_name, + [in] uint32 ptr, + [in,ref] [string,charset(UTF16)] uint16 *port_name ); /******************/ -- cgit