rpcrt4: Use the buffer passed in as an argument and don't increment
commitababfdef82764d4d73f708f9642c893facfb1e3b
authorRobert Shearman <rob@codeweavers.com>
Wed, 10 May 2006 12:13:45 +0000 (10 13:13 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 10 May 2006 17:26:10 +0000 (10 19:26 +0200)
tree3af4e33a2374535e6a6c3664560535aa168ea9c5
parentc3a087eb45abc725061d315a17a232cc697ed1d1
rpcrt4: Use the buffer passed in as an argument and don't increment
the buffer in the MIDL_STUB_MESSAGE in the inner pointer
marshalling/unmarshalling routines as these can be used for embedded
pointers, which handle the allocating or finding of the buffer
themselves. Do the incrementing in the outer
NdrPointerMarshall/Unmarshall/BufferSize routines instead.
dlls/rpcrt4/ndr_marshall.c