Class CPubVarTypeDesc
  Public structNode As node 'set in frmMain.SetupTreeview, used for easy display from frmSearchStructs
  Public baseOffset As Long
  Public structSize As Long
  Public ownerName As String
  Public varName As String
  Public isImplementedInterface As Boolean
  Public lpName As Long
  Public nul1 As Long
  Public nul2 As Long
  Public index As Integer
  Public unk1 As Byte
  Public unk2 As Byte
  Public unk3 As Integer
  Public vOff As Integer
  Public dataOffset As Long 'from objPtr
  Public typeVar As New CVbType
  Public Property Get structIDC() As String
  Public Property Get hasSetMethod() As Boolean
  Public Property Get vOffGroup(Optional withTxt As Boolean = False) As String() 'what offsets in vtable are handlers for this public var
  Public Property Get vOffCount() As Integer 'how many get/let/set handlers does this one use...
  Public Function toBytes() As Byte()
  Public Function dump(Optional prefix = vbTab) As String
  Public Function FillGrid() As String
End Class
