IDebugAdvanced3 接口 (dbgeng.h)

遗产

IDebugAdvanced3 接口继承自 IDebugAdvanced2IDebugAdvanced3 也有以下类型的成员:

方法

IDebugAdvanced3 接口具有这些方法。

 
IDebugAdvanced3::FindSourceFileAndToken

(IDebugAdvanced3) FindSourceFileAndToken 方法在源路径或与文件令牌关联的变量值上返回源文件的文件名。
IDebugAdvanced3::FindSourceFileAndTokenWide

FindSourceFileAndTokenWide 方法返回源路径上的源文件的文件名,或返回与文件令牌关联的变量的值。
IDebugAdvanced3::GetSourceFileInformation

GetSourceFileInformation 方法返回有关使用哪个参数指定的源文件的信息。
IDebugAdvanced3::GetSourceFileInformationWide

GetSourceFileInformationWide 方法返回有关源文件的指定信息。
IDebugAdvanced3::GetSymbolInformation

IDebugAdvanced3) GetSymbolInformation 方法返回有关使用 Which 参数指定的符号的信息。
IDebugAdvanced3::GetSymbolInformationWide

SetSymbolInformationWide 方法返回有关符号的指定信息。
IDebugAdvanced3::GetSystemObjectInformation

GetSystemObjectInformation 方法返回有关目标上的作系统对象的指定信息。
IDebugAdvanced3::GetThreadContext

GetThreadContext 方法返回由目标有效处理器的 CONTEXT 结构表示的当前线程上下文。
IDebugAdvanced3::Request

(IDebugAdvanced3) Request 方法执行由 Request 参数指定的各种不同作。
IDebugAdvanced3::SetThreadContext

SetThreadContext 方法设置由目标有效处理器的 CONTEXT 结构表示的当前线程上下文。

要求

要求 价值
目标平台 窗户
标头 dbgeng.h (包括 Dbgeng.h)

另请参阅

IDebugAdvanced2