From: glitteringsounds on
Hello,

Can any body give me the idea how to extract information from win 32
dll's.
e.g
class name
all methods which dll exports.
name of methods, parameter types(in,out) & return type of that method.
all variables (private,public,protected).
all data structures listed

we can do the same job from tlb file which's generated from idl which
stores all COM exposed interfaces,co-classes,records,enums and etc..
MS provided TypeLib for this purpose. but from DLl perspective can we
do the same job as we can do from tlb using ITypeLib of MS.