diff options
author | Günther Deschner <gd@samba.org> | 2009-02-17 10:47:35 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-17 10:51:16 +0100 |
commit | 4b353c713858081452cd1cd9c56565022cebc776 (patch) | |
tree | 7deed94fbb70cd91494e375e14d7575e34428b38 /librpc/idl | |
parent | dc7f04aac78579edcd171bfcb9de901444c6c819 (diff) | |
download | samba-4b353c713858081452cd1cd9c56565022cebc776.tar.gz samba-4b353c713858081452cd1cd9c56565022cebc776.tar.bz2 samba-4b353c713858081452cd1cd9c56565022cebc776.zip |
spoolss: fill in spoolss_ResetPrinter.
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/spoolss.idl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 2fc271be8a..f2d18bf0a5 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -1402,7 +1402,10 @@ import "misc.idl", "security.idl", "winreg.idl"; /******************/ /* Function: 0x34 */ - [todo] WERROR spoolss_ResetPrinter( + WERROR spoolss_ResetPrinter( + [in,ref] policy_handle *handle, + [in,unique] [string,charset(UTF16)] uint16 *data_type, + [in,ref] spoolss_DevmodeContainer *devmode_ctr ); /******************/ |