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)
commitdc15c8833599a1cb8f51c2b5390925410cbf4e12
tree8b1f2014dd25bf091b452f89ee2107a1d7481178
parent36012c386b30af98f10ada1b77ca3e43dbd7b144
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
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]