When typedef'ing a named struct, the HCB fails to show info about this struct.
e.g.:
typedef struct tagStructName
{
int nIntMember;
} SAMPLE_STRUCT, * PSAMPLE_STRUCT;
Hovering over a variable of type SAMPLE_STRUCT causes the HCB to show
SAMPLE_STRUCT
+ :tagStructName
This struct is not properly resolved, its members are never shown. Hovering over a member of SAMPLE_STRUCT shows only "tagStructName" in the HCB.