DkmLaunchedProcessInfo Struct

Definition

DkmLaunchedProcessInfo is returned from APIs that launch a process.

C++/CX
public value class DkmLaunchedProcessInfo
Inheritance
DkmLaunchedProcessInfo
Attributes

Constructors

DkmLaunchedProcessInfo(Int32, Int64, Int32)

Initialize a new DkmLaunchedProcessInfo value.

Fields

ProcessId

Id of the launched process. Minidump implementations can set this to 0.

StartTime

64-bit date time value indicating when the process was started. The start time along with the id and the machine where the process was started can uniquely identify a process. This can be set to 0 if this is unknown/invalid (ex: minidumps).

ThreadId

Id of the first thread in the launched process. Minidump implementations can set this to 0.

Applies to

Produkt Verzie
Visual Studio SDK 2015, 2017, 2019, 2022