ABSTRACT

In both cases when you make a call, your arguments are formatted into a standard communications protocol called Network Data Representation (NDR) transfer syntax. In fact if you look in the XXX_p.c file used to build your custom proxy/stub DLL, you'll find that 99% of it is your calling arguments formatted into line after line of NDR macros.