Class CPubEventTypeDesc
  Public structNode As node 'set in frmMain.SetupTreeview, used for easy display from frmSearchStructs
  Public baseOffset As Long
  Public structSize As Long
  Public ownerName As String
  Public eventName As String 'set in CCodeObject.LoadAndSubStructs after NamesArray is loaded..(hokey)
  Public argSize As Byte
  Public isFunc As Byte 'note: Event defs do not support ParamArray so this is ok...
  Public constFFFF As Long
  Public nul1 As Long
  Public nul2 As Integer
  Public memberID As Long
  Public lpAryArgNames As Long 'last array entry not null, use argSize /4
  Public lpFuncDesc As Long
  Public nul3 As Long
  Public helpID As Long
  Public unk1 As Byte
  Public argCount As Long
  Public argTypes As New Collection 'of CVBType
  Public funcDescription As String
  Public Property Get structIDC() As String
  Public Function toBytes() As Byte()
  Public Function getProtoType(Optional fullAttr As Boolean = False, Optional instanceName As String) As String
  Public Function dump(Optional prefix = vbTab) As String
  Public Function FillGrid() As String
End Class
