Class CProjectInfo
  Public baseOffset As Long
  Public structSize As Long
  Public structNode As node 'set in frmMain.SetupTreeview, used for easy display from frmSearchStructs
  Public signature As Long ' 0x00
  Public aObjectTable As Long ' 0x04
  Public Null1 As Long ' 0x08
  Public aStartOfCode As Long ' 0x0C
  Public aEndOfCode As Long ' 0x10
  Public Flag1 As Long ' 0x14
  Public ThreadSpace As Long ' 0x18
  Public aVBAExceptionhandler  As Long ' 0x1C
  Public aNativeCode As Long ' 0x20
  Public oProjectLocation As Integer ' 0x24
  Public Flag2 As Integer ' 0x26
  Public Flag3 As Integer ' 0x28
  Public OriginalPathName As String ' 0x2A
  Public NullSpacer As Byte ' 0x233
  Public aExternalTable As Long ' 0x234
  Public ExternalCount As Long ' 0x238
  Public Property Get structIDC() As String
  Public Function toBytes() As Byte()
  Public Function dump(Optional prefix = vbTab) As String
  Public Function FillGrid() As String
End Class
