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: u32dwUnCommittedSize: u32lpFirstBlock: *mut c_voidlpLastBlock: *mut c_void