Merged the two serializer and unserializer functions into one, cleaned
commite81f10c97ce2afaaa2f6ebc63c3488a279bd4031
authorMarcus Meissner <marcus@jet.franken.de>
Mon, 10 Jun 2002 02:30:20 +0000 (10 02:30 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 Jun 2002 02:30:20 +0000 (10 02:30 +0000)
tree9c49c4be014dab7050e369644537311675c4bdec
parent238cdeab1b32f6cfaed0173246a21ff8914caa88
Merged the two serializer and unserializer functions into one, cleaned
them up.
VT_PTR: Handle NULL pointers by sending a cookie.
Added support for: VT_CARRAY, VT_DISPATCH, TKIND_RECORD, VT_VOID,
VT_UI1, VT_UI2, VT_ERROR, VT_UI4, VT_UINT.
Added a custom serializer for DISPPARAMS struct.
dlls/oleaut32/tmarshal.c