DkmLaunchedProcessInfo Struct
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.
DkmLaunchedProcessInfo is returned from APIs that launch a process.
public value class DkmLaunchedProcessInfo
public value class DkmLaunchedProcessInfo
struct DkmLaunchedProcessInfo
[System.Runtime.InteropServices.Guid("df3c6c1f-676b-92dc-286b-b364a24342ae")]
public struct DkmLaunchedProcessInfo
[<System.Runtime.InteropServices.Guid("df3c6c1f-676b-92dc-286b-b364a24342ae")>]
type DkmLaunchedProcessInfo = struct
Public Structure 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. |