Function win_sys::Memory::SetProcessValidCallTargets
source · [−]pub unsafe fn SetProcessValidCallTargets<'a, Param0>(
hprocess: Param0,
virtualaddress: *const c_void,
regionsize: usize,
numberofoffsets: u32,
offsetinformation: *mut CFG_CALL_TARGET_INFO
) -> BOOL where
Param0: IntoParam<'a, HANDLE>, Expand description
Required features: ‘Win32_System_Memory’, ‘Win32_Foundation’