DkmGPUComputeKernel.FindComputeThread(Int64) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在此 DkmGPUComputeKernel 中查找 DkmGPUComputeThread 元素。 如果不存在具有给定输入键的元素,则 FindComputeThread 将失败。
public:
Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeThread ^ FindComputeThread(long GlobalThreadIndex);
public Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread FindComputeThread (long GlobalThreadIndex);
member this.FindComputeThread : int64 -> Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread
Public Function FindComputeThread (GlobalThreadIndex As Long) As DkmGPUComputeThread
参数
- GlobalThreadIndex
- Int64
中用于查找元素的搜索键。
返回
[Out,Optional]搜索结果。