diff options
author | Tim Potter <tpot@samba.org> | 2003-11-27 20:55:13 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-11-27 20:55:13 +0000 |
commit | abff8aac56b2481de2223bf43ae2098cc7ab2391 (patch) | |
tree | c19ae74a74c3c5010dea9838f7ae5ede00ce722f /source4/librpc/idl | |
parent | 6aee8274ef8623ef6a374feae248c0e5e9a10a49 (diff) | |
download | samba-abff8aac56b2481de2223bf43ae2098cc7ab2391.tar.gz samba-abff8aac56b2481de2223bf43ae2098cc7ab2391.tar.bz2 samba-abff8aac56b2481de2223bf43ae2098cc7ab2391.zip |
Implemented SetForm RPC.
(This used to be commit bdb0dfc370b4deb9e7f5a381092538c3e502f191)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/spoolss.idl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index 99db12b34d..2d70372125 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -347,7 +347,11 @@ /******************/ /* Function: 0x21 */ - WERROR spoolss_21( + WERROR spoolss_SetForm( + [in,ref] policy_handle *handle, + [in] unistr form_name, + [in] uint32 level, + [in,switch_is(level)] spoolss_AddFormInfo info ); typedef [nodiscriminant,public] union { |