DkmMinidumpThreadInfo Struct
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.
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
Dkm |
Initialize a new DkmMinidumpThreadInfo value. This API was introduced in Visual Studio 17 RTM (DkmApiVersion.VS17RTM). |
Affinity |
The processor affinity mask. |
Create |
The time when the thread was created, in 100-nanosecond intervals since January 1, 1601 (UTC). |
Dump |
An HRESULT value that indicates the dump status. |
Dump |
The flags that indicate the thread state. |
Exit |
The thread termination status code. |
Exit |
The time when the thread exited, in 100-nanosecond intervals since January 1, 1601 (UTC). |
Kernel |
The time executed in kernel mode, in 100-nanosecond intervals. |
Start |
The starting address of the thread. |
Thread |
The identifier of the thread. |
User |
The time executed in user mode, in 100-nanosecond intervals. |
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2022 |