win32-tests: add a very usefull w32 programm to explore midl features
authorStefan Metzmacher <metze@samba.org>
Wed, 6 Feb 2008 15:34:36 +0000 (16:34 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 6 Feb 2008 15:34:36 +0000 (16:34 +0100)
commitc6a6fa184125f94a0891b613daffb44d93d0e803
tree84b7297e648a8f538d56bc944e5d52b0fb88565e
parent3a0cfad2238ce5701102587c6b50ef088c7c55ba
win32-tests: add a very usefull w32 programm to explore midl features

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)
testprogs/win32/midltests/midltests.acf [new file with mode: 0644]
testprogs/win32/midltests/midltests.c [new file with mode: 0644]
testprogs/win32/midltests/midltests.idl [new file with mode: 0644]
testprogs/win32/midltests/midltests_c_m.c [new file with mode: 0644]
testprogs/win32/midltests/midltests_marshall.c [new file with mode: 0644]
testprogs/win32/midltests/midltests_marshall.h [new file with mode: 0644]
testprogs/win32/midltests/midltests_s_m.c [new file with mode: 0644]
testprogs/win32/midltests/utils.c [new file with mode: 0644]