DkmThread.GetThreadCurrentWinRtErrorInfo Method

Definition

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

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

public:
 System::UInt64 GetThreadCurrentWinRtErrorInfo();
public:
 unsigned long long GetThreadCurrentWinRtErrorInfo();
unsigned long GetThreadCurrentWinRtErrorInfo();
public ulong GetThreadCurrentWinRtErrorInfo ();
member this.GetThreadCurrentWinRtErrorInfo : unit -> uint64
Public Function GetThreadCurrentWinRtErrorInfo () As ULong

Returns

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

Applies to