diff options
author | Günther Deschner <gd@samba.org> | 2009-02-06 13:33:59 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-06 14:59:19 +0100 |
commit | 121b5f4afdb22ae720947183303feab4c48f41a3 (patch) | |
tree | fe696803283cd534f39ac5208ad3947b6eea17f4 /librpc | |
parent | de7a30817de5d77579520a8c776c2a8b1b2ffcc7 (diff) | |
download | samba-121b5f4afdb22ae720947183303feab4c48f41a3.tar.gz samba-121b5f4afdb22ae720947183303feab4c48f41a3.tar.bz2 samba-121b5f4afdb22ae720947183303feab4c48f41a3.zip |
spoolss: fix spoolss_GetPrinterDataEx IDL.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/spoolss.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 6303dff663..8d444da5ab 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -1456,10 +1456,10 @@ import "misc.idl", "security.idl", "winreg.idl"; [in,ref] policy_handle *handle, [in] [string,charset(UTF16)] uint16 key_name[], [in] [string,charset(UTF16)] uint16 value_name[], + [out,ref] uint32 *type, + [out,ref] [size_is(offered)] uint8 *buffer, [in] uint32 offered, - [out] uint32 type, - [out] DATA_BLOB buffer, - [out] uint32 needed + [out,ref] uint32 *needed ); /******************/ |