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