#define ParamLength( first, last ) ( ((PTRSZVAL)((&(last))+1)) - ((PTRSZVAL)(&(first))) )
msgprotocol.h
this will determine the length of parameter list based on the first and last parameters.
Macros