Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_THREAD_EX
#[repr(C, packed(4))]pub struct MINIDUMP_THREAD_EX {
pub ThreadId: u32,
pub SuspendCount: u32,
pub PriorityClass: u32,
pub Priority: u32,
pub Teb: u64,
pub Stack: MINIDUMP_MEMORY_DESCRIPTOR,
pub ThreadContext: MINIDUMP_LOCATION_DESCRIPTOR,
pub BackingStore: MINIDUMP_MEMORY_DESCRIPTOR,
}Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§ThreadId: u32§SuspendCount: u32§PriorityClass: u32§Priority: u32§Teb: u64§Stack: MINIDUMP_MEMORY_DESCRIPTOR§ThreadContext: MINIDUMP_LOCATION_DESCRIPTOR§BackingStore: MINIDUMP_MEMORY_DESCRIPTOR