共用方式為


TypeSearchInfo 結構 (dbgmodel.h)

傳遞至 EnumerateChildrenEx 的搜尋記錄特別適用於 SymbolType 搜尋。

Syntax

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 描述用來限制符號搜尋的搜尋記錄。

規格需求

需求
標頭 dbgmodel.h

另請參閱

調試程序數據模型 C++ 概觀