summaryrefslogtreecommitdiff
path: root/librpc/idl/spoolss.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-10-04 09:28:41 +0200
committerGünther Deschner <gd@samba.org>2010-10-04 08:10:16 +0000
commit355849ed4cbe5cea86edf6b5414d264c0637ac64 (patch)
treeef9c8ddbee67ecba5f8e68e798ae1c611bb044cb /librpc/idl/spoolss.idl
parent279e0c9610075a95ffe79f8fa223bf2427f83468 (diff)
downloadsamba-355849ed4cbe5cea86edf6b5414d264c0637ac64.tar.gz
samba-355849ed4cbe5cea86edf6b5414d264c0637ac64.tar.bz2
samba-355849ed4cbe5cea86edf6b5414d264c0637ac64.zip
spoolss: fill in spoolss_DeletePort IDL.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Oct 4 08:10:16 UTC 2010 on sn-devel-104
Diffstat (limited to 'librpc/idl/spoolss.idl')
-rw-r--r--librpc/idl/spoolss.idl5
1 files changed, 4 insertions, 1 deletions
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
);
/******************/