How can specific type details be filtered from Dia2Dump ?

Posted by Usman on Stack Overflow See other posts from Stack Overflow or by Usman
Published on 2010-06-14T10:41:10Z Indexed on 2010/06/14 10:42 UTC
Read the original article Hit count: 685

Filed under:
|
|
|

Hello,

I need to filter details of specific Type(i.e Custom Type) . DIA2Dump blindly dump everything as type. I need to give it specific custom type as string and as result need all data members(i.e data section of that class). Is there any specific function available in DIA SDK for this.

say I have Custom type MyClass and it has 4 variables as data members i.e DWORD data, DWORD location, BOOL MachineType and FLOAT Price. Now I should be able to pass MyClass as in parameter and it should output as data members(listed above as data,location...) of this class. How..??

Regards

Regards Usman

© Stack Overflow or respective owner

Related posts about visual-c++

Related posts about visual-studio-2010