Struct windows_sys::Win32::System::Hypervisor::GPA_MEMORY_CHUNK
#[repr(C)]pub struct GPA_MEMORY_CHUNK {
pub GuestPhysicalStartPageIndex: u64,
pub PageCount: u64,
}Expand description
Required features: "Win32_System_Hypervisor"
Fields§
§GuestPhysicalStartPageIndex: u64§PageCount: u64