Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_USER_RECORD
#[repr(C, packed(4))]pub struct MINIDUMP_USER_RECORD {
pub Type: u32,
pub Memory: MINIDUMP_LOCATION_DESCRIPTOR,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§Type: u32
§Memory: MINIDUMP_LOCATION_DESCRIPTOR