Class CRescDesc
  Public foff As Long
  Public recordsize As Long
  Public isPublic As Boolean
  Public isModule As Boolean
  Public dataOffset As Long
  Public sDataTypeName
  Public supported As Boolean
  Public owner As String
  Public dataType As Integer
  Public relOffset As Integer
  Public dbgLog As String
  Public Property Get isString() As Boolean
  Public Property Get isVariant() As Boolean
  Public Property Get isObj() As Boolean
  Public Property Get isArray() As Boolean
  Public Property Get proto() As String
  Public Sub LoadSelf(f As Integer, BaseofData As Long, owner As String)
End Class
