Share via


DkmMinidumpThreadInfo Struct

Definition

Thread state information. See IDkmMinidumpThreadInfo for more information.

This API was introduced in Visual Studio 17 RTM (DkmApiVersion.VS17RTM).

[System.Runtime.InteropServices.Guid("1ac59a40-7537-01f6-45b6-87085bb74e71")]
public struct DkmMinidumpThreadInfo
[<System.Runtime.InteropServices.Guid("1ac59a40-7537-01f6-45b6-87085bb74e71")>]
type DkmMinidumpThreadInfo = struct
Public Structure DkmMinidumpThreadInfo
Inheritance
DkmMinidumpThreadInfo
Attributes

Constructors

DkmMinidumpThreadInfo(UInt32, UInt32, UInt32, UInt32, UInt64, UInt64, UInt64, UInt64, UInt64, UInt64)

Initialize a new DkmMinidumpThreadInfo value.

This API was introduced in Visual Studio 17 RTM (DkmApiVersion.VS17RTM).

Fields

Affinity

The processor affinity mask.

CreateTime

The time when the thread was created, in 100-nanosecond intervals since January 1, 1601 (UTC).

DumpError

An HRESULT value that indicates the dump status.

DumpFlags

The flags that indicate the thread state.

ExitStatus

The thread termination status code.

ExitTime

The time when the thread exited, in 100-nanosecond intervals since January 1, 1601 (UTC).

KernelTime

The time executed in kernel mode, in 100-nanosecond intervals.

StartAddress

The starting address of the thread.

ThreadId

The identifier of the thread.

UserTime

The time executed in user mode, in 100-nanosecond intervals.

Applies to