From 6a5afa244203c42265207c56e95783ec740ee89e Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 7 Jan 2013 15:15:21 +0100 Subject: spoolss: add stubs for new JobNamedProperty dcerpc calls. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Andreas Schneider Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Mon Jan 7 19:06:25 CET 2013 on sn-devel-104 --- librpc/idl/spoolss.idl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'librpc') diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 5b8db72339..06a0935f81 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -3207,4 +3207,24 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor") /* Function: 0x6d */ [todo] WERROR spoolss_6d( ); + + /******************/ + /* Function: 0x6e */ + [todo] WERROR spoolss_RpcGetJobNamedPropertyValue( + ); + + /******************/ + /* Function: 0x6f */ + [todo] WERROR spoolss_RpcSetJobNamedProperty( + ); + + /******************/ + /* Function: 0x70 */ + [todo] WERROR spoolss_RpcDeleteJobNamedProperty( + ); + + /******************/ + /* Function: 0x71 */ + [todo] WERROR spoolss_RpcEnumJobNamedProperties( + ); } -- cgit