From: Günther Deschner Date: Mon, 9 Feb 2009 00:32:02 +0000 (+0100) Subject: spoolss: fill in spoolss_DeletePrinterKey IDL. X-Git-Tag: samba-4.0.0alpha7~416^2~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58a8c0235497dddee3f4bbddb07e39f42a3e310e;p=thirdparty%2Fsamba.git spoolss: fill in spoolss_DeletePrinterKey IDL. Guenther --- diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 5bac2d82412..d45eba56ef7 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -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[] ); /******************/