Eric Kohl wrote:
It seems we tried to add the same features. I did some
work on the
typedef, custom and context handles issues too but I didn't have
enought time to finish any of these. ;-) I guess we should combine our
effort as soon as I am done with porting the ReactOS-WIDL stuff to WINE.
Ok! And how much is not finnished in it btw?
I think you should post your typedef patch the patches
list. It is not
up to Robert to decide which patch goes into the tree and which patch
doesn't. That Alexandre's job.
Ok, I'll send it.
The rpcrt4 functions NDRCContextMarshall,
NDRCContextUnmarshall,
NDRSContextMarshall and NDRSContextUnmarshall must be implemented
because MIDL generates calls to these functions.
Even more. Midl client calls NDRCContextBinding,
NdrClientContextMarshall, NdrClientContextUnmarshall. Server calls
NdrServerContextNewMarshall, NdrServerContextNewUnmarshall,
NdrContextHandleInitialize, NDRSContextValue.