r3432: Support WERROR's in arguments (not just as return type). Some of
commit0873bf2cbe3589988e518cf68ad4d14343b9240b
authorJelmer Vernooij <jelmer@samba.org>
Mon, 1 Nov 2004 12:40:43 +0000 (1 12:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:10 +0000 (10 13:05 -0500)
treefd3b3bec22d2d61df1e9bc7f1bfce501c52e86ee
parentedbd789abb505accd3e72863d13acd2603d991f6
r3432: Support WERROR's in arguments (not just as return type). Some of
the DCOM calls are wrappers around several local calls, so you get things like:

WERROR foobar ( [in] int num_ifaces,
   [in,size_is(num_ifaces)] IID *ifaces,
   [out,size_is(num_ifaces)] WERROR *results);
source/build/pidl/util.pm
source/librpc/idl/dcom.idl
source/librpc/idl/remact.idl
source/librpc/ndr/ndr_basic.c
source/torture/rpc/remact.c