typeSearchInfo 结构 (dbgmodel.h)
传递给 EnumerateChildrenEx 的搜索记录,专门用于 SymbolType 搜索。
语法
struct TypeSearchInfo : SymbolSearchInfo {
void TypeSearchInfo();
void TypeSearchInfo(
TypeKind searchType
);
TypeKind SearchType;
};
继承
TypeSearchInfo 结构实现 SymbolSearchInfo。
成员
传递给 EnumerateChildrenEx 的搜索记录,专门用于 SymbolType 搜索。
void TypeSearchInfo ( TypeKind searchType)
传递给 EnumerateChildrenEx 的搜索记录,专门用于 SymbolType 搜索。
SearchType
定义要搜索的类型。
注解
使用 SymbolSearchInfo 描述用于限制符号搜索的搜索记录。
要求
要求 | 值 |
---|---|
Header | dbgmodel.h |