diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-06-26 18:31:39 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2006-06-26 18:31:39 +0000 |
commit | 33baac5444fb8f6f8944b77c88231ac4a741ec7c (patch) | |
tree | c8a2be98e892e739d78776fd7c0af8eccb93de72 /source/librpc | |
parent | 668032e5b89cba70def6d2945fe25ea09494a82e (diff) | |
download | samba-33baac5444fb8f6f8944b77c88231ac4a741ec7c.tar.gz samba-33baac5444fb8f6f8944b77c88231ac4a741ec7c.tar.xz samba-33baac5444fb8f6f8944b77c88231ac4a741ec7c.zip |
r16523: pass spoolss_XcvData calls to the ntptr backends...
I wrote this code last year and found it in a working tree...
metze
Diffstat (limited to 'source/librpc')
-rw-r--r-- | source/librpc/idl/spoolss.idl | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/source/librpc/idl/spoolss.idl b/source/librpc/idl/spoolss.idl index b09690b2786..02e6ff3f37e 100644 --- a/source/librpc/idl/spoolss.idl +++ b/source/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 ); /******************/ |