gain access to windows kernel ( C++ or C#)

Newbie Member
5Apr2010,20:21   #1
amirdragon's Avatar
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!
Mentor
6Apr2010,12:57   #2
xpi0t0s's Avatar
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.