From bf48b6e69a638dc78ab119424e27adc0ccc6c610 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 17 Nov 2003 03:38:13 +0000 Subject: added OpenPrinter and a test function. Note that the Samba3 structure for OpenPrinter was wrong. (This used to be commit 186ddbbf8774d0960852ea9186c8e4e6f7be7a0f) --- source4/librpc/idl/spoolss.idl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index 515ac0fd51..be6f9a8f51 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -128,7 +128,12 @@ /******************/ /* Function: 0x01 */ - NTSTATUS spoolss_01( + WERROR spoolss_OpenPrinter( + [in] unistr *server, + [in] unistr *printer, + [in] DATA_BLOB *buffer, + [in] uint32 access_mask, + [out,ref] policy_handle *handle ); /******************/ -- cgit