1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

spoolss: fill in spoolss_DeletePrinterKey IDL.

Guenther
This commit is contained in:
Günther Deschner 2009-02-09 01:32:02 +01:00
parent 8cc60bf978
commit 58a8c02354

View 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[]
);
/******************/