Struct windows_sys::Win32::System::Diagnostics::Debug::VIRTUAL_TO_PHYSICAL
#[repr(C)]pub struct VIRTUAL_TO_PHYSICAL {
pub Status: u32,
pub Size: u32,
pub PdeAddress: u64,
pub Virtual: u64,
pub Physical: u64,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§Status: u32
§Size: u32
§PdeAddress: u64
§Virtual: u64
§Physical: u64