Tks Gunther :t
The worst thing is, this whole set of enumerations and structures are already documented since 1999 from the book WindowsNT-2000 Native API Reference, and also on all sources i have of windows (NT, 2000 and the Windows Research Kernel) all of this is somewhat documented.
There is absolutely no reason why M$ didn´t do that.
The worst is, i´m having to gatter information from a pdb dumper as well, to check for the information for the different OSes, like in
here for example.
I took a look in some pdb dumpers available, but i strongly believe that we really need our own tool for that task. It shouldn´t be hard to code one that can export header files. Maybe eventually i´ll be forced to do such app, but if others could do that, it will be way better :)
I always believed that the information inside a pdb and a lib file so important as the source code itself.