diff options
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/wkssvc.idl | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/source4/librpc/idl/wkssvc.idl b/source4/librpc/idl/wkssvc.idl index 85dc7eb3aa..08fea33e8d 100644 --- a/source4/librpc/idl/wkssvc.idl +++ b/source4/librpc/idl/wkssvc.idl @@ -208,11 +208,14 @@ import "srvsvc.idl"; [out] [switch_is(level)] [ref] wkssvc_NetrWkstaUserInfo *info ); - /*****************************/ /* Function 0x04 */ - WERROR WKSSVC_NETRWKSTAUSERSETINFO (); - + WERROR wkssvc_NetrWkstaUserSetInfo( + [in] [string,charset(UTF16)] uint16 *unknown, + [in] uint32 level, + [out] [switch_is(level)] [ref] wkssvc_NetrWkstaUserInfo *info, + [in,out] uint32 *parm_err + ); /*****************************/ /* Function 0x05 */ |