#[repr(C)]pub struct PSS_VA_SPACE_ENTRY {Show 13 fields
pub BaseAddress: *mut c_void,
pub AllocationBase: *mut c_void,
pub AllocationProtect: u32,
pub RegionSize: usize,
pub State: u32,
pub Protect: u32,
pub Type: u32,
pub TimeDateStamp: u32,
pub SizeOfImage: u32,
pub ImageBase: *mut c_void,
pub CheckSum: u32,
pub MappedFileNameLength: u16,
pub MappedFileName: PCWSTR,
}Expand description
Required features: "Win32_System_Diagnostics_ProcessSnapshotting"
Fields§
§BaseAddress: *mut c_void§AllocationBase: *mut c_void§AllocationProtect: u32§RegionSize: usize§State: u32§Protect: u32§Type: u32§TimeDateStamp: u32§SizeOfImage: u32§ImageBase: *mut c_void§CheckSum: u32§MappedFileNameLength: u16§MappedFileName: PCWSTR