Function win_sys::Memory::SetProcessValidCallTargetsForMappedView [−][src]
pub unsafe fn SetProcessValidCallTargetsForMappedView<'a, Param0, Param5>(
process: Param0,
virtualaddress: *const c_void,
regionsize: usize,
numberofoffsets: u32,
offsetinformation: *mut CFG_CALL_TARGET_INFO,
section: Param5,
expectedfileoffset: u64
) -> BOOL where
Param0: IntoParam<'a, HANDLE>,
Param5: IntoParam<'a, HANDLE>, Expand description
Required features: Win32_System_Memory, Win32_Foundation