Class CDbTypeLibLookup
  Public TypeLib As String
  Public FileName As String
  Public wasFound As Boolean
  Public currentInterface As String
  Public name As String
  Public tli As New TypeLibInfo
  Public hadLoadError As Boolean
  Public EventsGUID As String
  Public EventInterface As InterfaceInfo
  Public Function hasEventsGUID() As Boolean
  Public Function VTableLookup(VTableOffset, ByRef outVar, Optional memberNameOnly As Boolean) As Boolean
  Public Function GetEvents() As CollectionEx  'of CMember key = index
  Public Function GetMembers(ByVal clsid, dllPath) As CollectionEx  'of CMember key = voffset
  Public Function NameMinusVer(ByVal n As String) As String
  Public Function FindCLSIDForName2(ByVal clsName, dllPath) As String
  Public Function FindCLSIDForName(ByVal clsName, dllPath) As String
  Public Function containsCLSID(clsid As String) As Boolean
End Class
