summaryrefslogtreecommitdiff
path: root/testprogs/win32/midltests/midltests_marshall.h
AgeCommit message (Collapse)AuthorFilesLines
2010-09-29midltests: add a midltests_tcp.exe toolStefan Metzmacher1-2/+5
This uses a man in the middle approach in order to dump the request and response pdus. It also tests NDR32 and NDR64. metze
2008-02-06win32-tests: add a very usefull w32 programm to explore midl featuresStefan Metzmacher1-0/+16
You have to define idl, call the client function and add a server implementation. Then you need to compile midltests.exe and run it, it will dump the generated NDR on the screen. metze (This used to be commit dc15c8833599a1cb8f51c2b5390925410cbf4e12)