Function win_sys::Memory::VirtualProtect [−][src]
pub unsafe 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