Function windows_sys::Win32::System::Memory::VirtualProtectEx
[−]pub unsafe extern "system" fn VirtualProtectEx(
hprocess: HANDLE,
lpaddress: *const c_void,
dwsize: usize,
flnewprotect: PAGE_PROTECTION_FLAGS,
lpfloldprotect: *mut PAGE_PROTECTION_FLAGS
) -> BOOL
Expand description
Required features: "Win32_System_Memory"
, "Win32_Foundation"