Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_THREAD_CALLBACK
#[repr(C, packed(4))]pub struct MINIDUMP_THREAD_CALLBACK {
pub ThreadId: u32,
pub ThreadHandle: HANDLE,
pub Context: CONTEXT,
pub SizeOfContext: u32,
pub StackBase: u64,
pub StackEnd: u64,
}Expand description
Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation", "Win32_System_Kernel"
Fields§
§ThreadId: u32§ThreadHandle: HANDLE§Context: CONTEXT§SizeOfContext: u32§StackBase: u64§StackEnd: u64