<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #ff0000 2px solid">
<P>&gt; Ok, I'll take a look at this, but if where shouldn't<BR>&gt; be using two pointer types we should be using<BR>&gt; SymGetTypeInfo in all cases?</P>
<P>the only (two things) you have to do are:</P>
<P>- if one cannot find the pointer type in the pointee's module, then create a winedbg's type for the pointer type and store this type in a lookup table</P>
<P>- in type_get_info, extend the types supported by also searching the lookup table for the pointers type.</P>
<P>the lookup table should contain&nbsp;pointee type and module of pointee. You could also extend step 1 by not adding a pointer that already exists.</P>
<P>A+</P></BLOCKQUOTE>