]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
spoolss: fill in spoolss_DeletePrinterKey IDL.
authorGünther Deschner <gd@samba.org>
Mon, 9 Feb 2009 00:32:02 +0000 (01:32 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 9 Feb 2009 09:46:24 +0000 (10:46 +0100)
Guenther

librpc/idl/spoolss.idl

index 5bac2d824122ce7c15174738347d6b8dab79d78b..d45eba56ef736024a82aaeceb5cd6fbf83e66219 100644 (file)
@@ -1493,7 +1493,9 @@ import "misc.idl", "security.idl", "winreg.idl";
 
        /******************/
        /* Function: 0x52 */
-       [todo] WERROR spoolss_DeletePrinterKey(
+       WERROR spoolss_DeletePrinterKey(
+               [in,ref] policy_handle *handle,
+               [in] [string,charset(UTF16)] uint16 key_name[]
        );
 
        /******************/