Struct windows_sys::Win32::System::Diagnostics::Debug::WDBGEXTS_MODULE_IN_RANGE
#[repr(C)]pub struct WDBGEXTS_MODULE_IN_RANGE {
pub Start: u64,
pub End: u64,
pub FoundModBase: u64,
pub FoundModSize: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§Start: u64
§End: u64
§FoundModBase: u64
§FoundModSize: u32