I'm working with someone involved in the Microsoft trial, and they are looking for some information from the Wine team.
Specifically, they need clear examples of Windows APIs that are not documented, or cases where the actual working of an API is substantially different from the documented behavior.
I've asked around CodeWeavers, and we had a few examples, but we're in a bit of a time crunch (48 hours), and I was hoping to ask a broader audience to pitch in.
In an effort to keep this off topic traffic down, please reply just to me; if you like, I can post a summary of the results.
Thanks,
Jeremy
Jeremy White wrote:
Specifically, they need clear examples of Windows APIs that are not documented, or cases where the actual working of an API is substantially different from the documented behavior.
I know of a bunch of functions in the rpcrt4.dll. Most of them starting with Ndrxxx. many of these functions are nowhere even mentioned. I don't know if they are of much help because usually they ar enot used directly, but I worked for a company where we had problems with them because they contain bugs and we couldn't get help and had to rewrite the code (advised by MS).
If you need specific names I can dig some up if you want. Just drop me an email or answer in the list.