IDkmThreadCurrentWinRtExceptionQuery.GetThreadCurrentWinRtErrorInfo(DkmThread) Método

Definição

GetThreadCurrentWinRtErrorInfo é usado para obter o endereço do objeto IErrorInfo atual para este 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

Parâmetros

thread
DkmThread

No DkmThread representa um thread em execução no processo de destino.

Retornos

UInt64

[Saída, opcional] Endereço do objeto IErrorInfo atual neste thread.

Aplica-se a