Class CNativeNewRef
  Public offset As Long
  Public structType As vbaNewTypes
  Public refs As New CollectionEx
  Public clsid As String
  Public libGUID As String
  Public cco As CCodeObject
  Public internalObjName As String
  Public pClsid As Long
  Public pLibGuid As Long
  Public pObj As Long
  Public flag As Byte
  Public Property Get idcName(Optional isComment As Boolean = False) As String
End Class
