DkmRunningProcessInfo.ParentId Property
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.
Process Id (PID) of the parent process (if any) assigned by the operating system.
This API was introduced in Visual Studio 17 RTM (DkmApiVersion.VS17RTM).
public int ParentId { get; }
member this.ParentId : int
Public ReadOnly Property ParentId As Integer