Struct winapi::um::winnt::MEMORY_BASIC_INFORMATION [−][src]
#[repr(C)]pub struct MEMORY_BASIC_INFORMATION {
pub BaseAddress: PVOID,
pub AllocationBase: PVOID,
pub AllocationProtect: DWORD,
pub RegionSize: SIZE_T,
pub State: DWORD,
pub Protect: DWORD,
pub Type: DWORD,
}
Fields
BaseAddress: PVOID
AllocationBase: PVOID
AllocationProtect: DWORD
RegionSize: SIZE_T
State: DWORD
Protect: DWORD
Type: DWORD
Trait Implementations
Returns the “default value” for a type. Read more