DkmProcess.FindSystemThread(Int32) Method

Definition

Find a DkmThread element within this DkmProcess. If no element with the given input key is present, FindSystemThread will fail. If an object is found, it will always contain the 'System' Part.

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

Parameters

Id
Int32

[In] Search key used to find the element.

Returns

[Out,Optional] Result of the search.

Applies to