Struct windows_sys::Win32::System::Memory::WIN32_MEMORY_REGION_INFORMATION
#[repr(C)]pub struct WIN32_MEMORY_REGION_INFORMATION {
pub AllocationBase: *mut c_void,
pub AllocationProtect: u32,
pub Anonymous: WIN32_MEMORY_REGION_INFORMATION_0,
pub RegionSize: usize,
pub CommitSize: usize,
}Expand description
Required features: "Win32_System_Memory"
Fields§
§AllocationBase: *mut c_void§AllocationProtect: u32§Anonymous: WIN32_MEMORY_REGION_INFORMATION_0§RegionSize: usize§CommitSize: usize