Struct windows_sys::Win32::System::Memory::PROCESS_HEAP_ENTRY_0_1
#[repr(C)]pub struct PROCESS_HEAP_ENTRY_0_1 {
pub dwCommittedSize: u32,
pub dwUnCommittedSize: u32,
pub lpFirstBlock: *mut c_void,
pub lpLastBlock: *mut c_void,
}Expand description
Required features: "Win32_System_Memory", "Win32_Foundation"
Fields§
§dwCommittedSize: u32§dwUnCommittedSize: u32§lpFirstBlock: *mut c_void§lpLastBlock: *mut c_void