Share via


DkmGPUComputeKernel.GetThreadFromId(UInt64, DkmGPUComputeThread) Method

Definition

Gets the DkmGPUComputeThread object for a given thread ID.

public:
 void GetThreadFromId(System::UInt64 ThreadId, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeThread ^ % Thread);
public void GetThreadFromId (ulong ThreadId, out Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread Thread);
member this.GetThreadFromId : uint64 * DkmGPUComputeThread -> unit
Public Sub GetThreadFromId (ThreadId As ULong, ByRef Thread As DkmGPUComputeThread)

Parameters

ThreadId
UInt64

[In] ID of the thread to return.

Thread
DkmGPUComputeThread

[Out] Thread object that matches the given thread ID.

Applies to