diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-06-26 18:31:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:09:32 -0500 |
commit | b22ddfd61d5a3e477ea4401b3800d44709d56f82 (patch) | |
tree | 1099a6630d7c827cd154681566cfb1d7656c6b22 /source4/librpc/idl | |
parent | 9b161bcb71d9a2faf91d9e45e8ecc1ad95e1abd2 (diff) | |
download | samba-b22ddfd61d5a3e477ea4401b3800d44709d56f82.tar.gz samba-b22ddfd61d5a3e477ea4401b3800d44709d56f82.tar.bz2 samba-b22ddfd61d5a3e477ea4401b3800d44709d56f82.zip |
r16523: pass spoolss_XcvData calls to the ntptr backends...
I wrote this code last year and found it in a working tree...
metze
(This used to be commit 9a685c5beff6936d354d541e875899d33b735ba9)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/spoolss.idl | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index b09690b278..02e6ff3f37 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -1368,7 +1368,16 @@ /******************/ /* Function: 0x58 */ - WERROR spoolss_58( + WERROR spoolss_XcvData( + [in,ref] policy_handle *handle, + [in] [string,charset(UTF16)] uint16 function_name[], + [in] DATA_BLOB in_data, + [in,value(r->in.in_data.length)] uint32 _in_data_length, + [in] uint32 offered, + [in] uint32 unknown1, + [out] DATA_BLOB out_data, + [out] uint32 needed, + [out] uint32 unknown2 ); /******************/ |