#[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_voidAllocationProtect: u32Anonymous: WIN32_MEMORY_REGION_INFORMATION_0RegionSize: usizeCommitSize: usize