DkmMinidumpThreadInfo Constructor
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.
Initialize a new DkmMinidumpThreadInfo value.
This API was introduced in Visual Studio 17 RTM (DkmApiVersion.VS17RTM).
public DkmMinidumpThreadInfo(uint ThreadId, uint DumpFlags, uint DumpError, uint ExitStatus, ulong CreateTime, ulong ExitTime, ulong KernelTime, ulong UserTime, ulong StartAddress, ulong Affinity);
new Microsoft.VisualStudio.Debugger.ThreadProperties.DkmMinidumpThreadInfo : uint32 * uint32 * uint32 * uint32 * uint64 * uint64 * uint64 * uint64 * uint64 * uint64 -> Microsoft.VisualStudio.Debugger.ThreadProperties.DkmMinidumpThreadInfo
Public Sub New (ThreadId As UInteger, DumpFlags As UInteger, DumpError As UInteger, ExitStatus As UInteger, CreateTime As ULong, ExitTime As ULong, KernelTime As ULong, UserTime As ULong, StartAddress As ULong, Affinity As ULong)
- 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.
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2022 |