TypeSearchInfo structure (dbgmodel.h)

The search record passed to EnumerateChildrenEx specifically for SymbolType searches.

Syntax

struct TypeSearchInfo : SymbolSearchInfo {
  void     TypeSearchInfo();
  void     TypeSearchInfo(
    TypeKind searchType
  );
  TypeKind SearchType;
};

Inheritance

The TypeSearchInfo structure implements SymbolSearchInfo.

Members

void TypeSearchInfo()

The search record passed to EnumerateChildrenEx specifically for SymbolType searches.

void TypeSearchInfo( TypeKind searchType)

The search record passed to EnumerateChildrenEx specifically for SymbolType searches.

SearchType

Defines the type being searched for.

Remarks

Use SymbolSearchInfo to describe the search record used to restrict symbol searches.

Requirements

Requirement Value
Header dbgmodel.h

See also

Debugger Data Model C++ Overview