Share via


IDebugComputeKernel110.GetThreadForComputeThread Method

Definition

public:
 int GetThreadForComputeThread(System::UInt64 nThreadId, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugThread2 ^ % ppThread);
public int GetThreadForComputeThread(ulong nThreadId, out Microsoft.VisualStudio.Debugger.Interop.IDebugThread2 ppThread);
abstract member GetThreadForComputeThread : uint64 * IDebugThread2 -> int
Public Function GetThreadForComputeThread (nThreadId As ULong, ByRef ppThread As IDebugThread2) As Integer

Parameters

nThreadId
UInt64
ppThread
IDebugThread2

Returns

Applies to