DkmProcess.FindSystemThread(Int32) 方法

定义

在此 DkmProcess 中查找 DkmThread 元素。 如果不存在具有给定输入键的元素,则 FindSystemThread 将失败。 如果找到对象,则它将始终包含 "System" 部分。

public:
 Microsoft::VisualStudio::Debugger::DkmThread ^ FindSystemThread(int Id);
public Microsoft.VisualStudio.Debugger.DkmThread FindSystemThread (int Id);
member this.FindSystemThread : int -> Microsoft.VisualStudio.Debugger.DkmThread
Public Function FindSystemThread (Id As Integer) As DkmThread

参数

Id
Int32

中用于查找元素的搜索键。

返回

DkmThread

[Out,Optional]搜索结果。

适用于