IDkmThreadCurrentWinRtExceptionQuery.GetThreadCurrentWinRtErrorInfo 方法

定义

GetThreadCurrentWinRtErrorInfo 用于获取此线程的当前 IErrorInfo 对象的地址。

public:
 System::UInt64 GetThreadCurrentWinRtErrorInfo(Microsoft::VisualStudio::Debugger::DkmThread ^ thread);
public ulong GetThreadCurrentWinRtErrorInfo (Microsoft.VisualStudio.Debugger.DkmThread thread);
abstract member GetThreadCurrentWinRtErrorInfo : Microsoft.VisualStudio.Debugger.DkmThread -> uint64
Public Function GetThreadCurrentWinRtErrorInfo (thread As DkmThread) As ULong

参数

thread
DkmThread

中DkmThread 表示在目标进程中运行的线程。

返回

UInt64

[Out,Optional]此线程上当前 IErrorInfo 对象的地址。

适用于