Function win_sys::Memory::VirtualProtectEx[][src]

pub unsafe fn VirtualProtectEx<'a, Param0>(
    hprocess: Param0,
    lpaddress: *const c_void,
    dwsize: usize,
    flnewprotect: PAGE_PROTECTION_FLAGS,
    lpfloldprotect: *mut PAGE_PROTECTION_FLAGS
) -> BOOL where
    Param0: IntoParam<'a, HANDLE>, 
Expand description

Required features: Win32_System_Memory, Win32_Foundation