DkmMinidumpThreadInfo Constructor

Definition

Initialize a new DkmMinidumpThreadInfo value.

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

C#
public DkmMinidumpThreadInfo(uint ThreadId, uint DumpFlags, uint DumpError, uint ExitStatus, ulong CreateTime, ulong ExitTime, ulong KernelTime, ulong UserTime, ulong StartAddress, ulong Affinity);

Parameters

ThreadId
UInt32

[In] The identifier of the thread.

DumpFlags
UInt32

[In] The flags that indicate the thread state.

DumpError
UInt32

[In] An HRESULT value that indicates the dump status.

ExitStatus
UInt32

[In] The thread termination status code.

CreateTime
UInt64

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

ExitTime
UInt64

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

KernelTime
UInt64

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

UserTime
UInt64

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

StartAddress
UInt64

[In] The starting address of the thread.

Affinity
UInt64

[In] The processor affinity mask.

Applies to

Produkt Versiounen
Visual Studio SDK 2022