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