Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_MEMORY_DESCRIPTOR64
#[repr(C, packed(4))]pub struct MINIDUMP_MEMORY_DESCRIPTOR64 {
pub StartOfMemoryRange: u64,
pub DataSize: u64,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§StartOfMemoryRange: u64
§DataSize: u64