From cb39ba3d40841097c513358e7bac361aa7e38a9c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 3 Jul 2009 18:39:38 +0200 Subject: spoolss: fill in spoolss_GetPrinterDriver IDL. Guenther --- librpc/idl/spoolss.idl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'librpc/idl') diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index d4c6e198b8..f37424634d 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -1101,7 +1101,14 @@ import "misc.idl", "security.idl", "winreg.idl"; /******************/ /* Function: 0x0b */ - [todo] WERROR spoolss_GetPrinterDriver( + WERROR spoolss_GetPrinterDriver( + [in,ref] policy_handle *handle, + [in,unique] [string,charset(UTF16)] uint16 *architecture, + [in] uint32 level, + [in,unique] DATA_BLOB *buffer, + [in] uint32 offered, + [out,unique,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_DriverInfo *info, + [out,ref] uint32 *needed ); /******************/ -- cgit