IDebugAdvanced3 介面 (dbgeng.h)

繼承

IDebugAdvanced3 介面繼承自 IDebugAdvanced2IDebugAdvanced3 也有下列類型的成員:

方法

IDebugAdvanced3 介面具有這些方法。

 
IDebugAdvanced3::FindSourceFileAndToken

(IDebugAdvanced3) FindSourceFileAndToken 方法會傳回來源路徑上原始程式檔的檔名,或與檔案令牌相關聯的變數值。
IDebugAdvanced3::FindSourceFileAndTokenWide

FindSourceFileAndTokenWide 方法會傳回來源路徑上來源檔案的檔名,或傳回與檔案令牌相關聯的變數值。
IDebugAdvanced3::GetSourceFileInformation

(IDebugAdvanced3) GetSourceFileInformation 方法會傳回使用 Which 參數指定之原始程式檔的相關信息。
IDebugAdvanced3::GetSourceFileInformationWide

GetSourceFileInformationWide 方法會傳回來源檔案的指定資訊。
IDebugAdvanced3::GetSymbolInformation

(IDebugAdvanced3) GetSymbolInformation 方法會傳回使用 Which 參數指定之符號的相關信息。
IDebugAdvanced3::GetSymbolInformationWide

SetSymbolInformationWide 方法會傳回符號的指定資訊。
IDebugAdvanced3::GetSystemObjectInformation

(IDebugAdvanced3) GetSystemObjectInformation 方法會傳回目標上操作系統對象的相關指定資訊。
IDebugAdvanced3::GetThreadContext

(IDebugAdvanced3) GetThreadContext 方法會傳回目標有效處理器之 CONTEXT 結構所代表的目前線程內容。
IDebugAdvanced3::Request

(IDebugAdvanced3) Request 方法會執行 Request 參數所指定的各種不同作業。
IDebugAdvanced3::SetThreadContext

(IDebugAdvanced3) SetThreadContext 方法會設定目標有效處理器之 CONTEXT 結構所代表的目前線程內容。

規格需求

需求
目標平台 Windows
標頭 dbgeng.h (包含 Dbgeng.h)

另請參閱

IDebugAdvanced2