IDkmThreadCurrentWinRtExceptionQuery.GetThreadCurrentWinRtErrorInfo Method

Definition

GetThreadCurrentWinRtErrorInfo is used to get the address of the current IErrorInfo object for this thread.

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

Parameters

thread
DkmThread

[In] DkmThread represents a thread running in the target process.

Returns

[Out,Optional] Address of the current IErrorInfo object on this thread.

Applies to