DkmGPUComputeKernel.GetThreadFromId(UInt64, DkmGPUComputeThread) 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.
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.