DkmProcess.FindSystemThread(Int32) 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.
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);
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.