typeSearchInfo 结构 (dbgmodel.h)

传递给 EnumerateChildrenEx 的搜索记录,专门用于 SymbolType 搜索。

语法

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

继承

TypeSearchInfo 结构实现 SymbolSearchInfo。

成员

void TypeSearchInfo ()

传递给 EnumerateChildrenEx 的搜索记录,专门用于 SymbolType 搜索。

void TypeSearchInfo ( TypeKind searchType)

传递给 EnumerateChildrenEx 的搜索记录,专门用于 SymbolType 搜索。

SearchType

定义要搜索的类型。

注解

使用 SymbolSearchInfo 描述用于限制符号搜索的搜索记录。

要求

要求
Header dbgmodel.h

另请参阅

调试器数据模型 C++ 概述