debugging - Need to get List of C++ Kernel Types? -


respectfully!!

i need complete list of kernel types such "critical_section", "_large_integer" or "_security_attributes". extracting data members of class given class name type debugging sdk (right using dia sdk or dbghelp) .

now if type(say class or struct) contains kernel level objects mentioned above, extract(details of type e.g data member , types ) types well.

i need block extraction of kernel level objects , types. need types user defined , contains data members having native types of again user defined types (like int, float, double ,char,std::string or can someudt obj).

is there other way out...?

regards usman

check latest docs windows kernel dev


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -