IDebugComputeKernel110.GetThreadForComputeThread 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.
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