Hi everyone I am a C# programmer but recently I faced a problem which i guess it would be solved using C++ ( still not sure!!!) I want to have the list of data type definitions existing in native windows kernel module. I would be appreciated if anyone could give me some advice or guidelines or even better, i piece of code!
What exact problem are you trying to solve? i.e. why do you want a list of data type definitions (etc)? But if you look through windows.h and other header files from the SDK this should answer most of it.