传递给 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 描述用于限制符号搜索的搜索记录。
要求
| 要求 | 价值 |
|---|---|
| 标头 | dbgmodel.h |