Class CRESDESCTBL
  Public baseOffset As Long
  Public owner As CCodeObject
  Public parseComplete  As Boolean
  Public size As Integer
  Public unk1 As Integer
  Public memDataSz As Integer
  Public entries As Long
  Public reqAlloc As Integer
  Public elements As New Collection 'of CRescDesc
  Public Property Get structSize() As Long
  Public Property Get structIDC() As String
  Public Function dump(Optional prefix = vbTab) As String
End Class
