DkmThread.GetThreadCurrentWinRtErrorInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.