Class CProjectInfo2
  Public baseOffset As Long
  Public structSize As Long
  Public structNode As node 'set in frmMain.SetupTreeview, used for easy display from frmSearchStructs
  Public lNull1                  As Long ' 0x00 (00d)
  Public lpObjectTable           As Long ' 0x04 (04d) Back-Pointer to the Object Table.
  Public lConst1                 As Long ' 0x08 (08d) Always set to -1 after compiling. Unused
  Public lNull2                  As Long ' 0x0C (12d) Not written or read in any case.
  Public lpObjectList            As Long ' 0x10 (16d) Pointer to Object Descriptor Pointers.
  Public dwUnused2               As Long ' 0x14 (20d) Not written or read in any case.
  Public szProjectDescription    As Long ' 0x18 (24d) Pointer to Project Description
  Public szProjectHelpFile       As Long ' 0x1C (28d) Pointer to Project Help File
  Public dwReserved2             As Long ' 0x20 (32d) Always set to -1 after compiling. Unused
  Public lHelpContextID          As Long ' 0x24 (36d) Project Help Context ID
  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
