Function kernel32::VirtualProtectEx
[−]
[src]
pub unsafe extern "system" fn VirtualProtectEx(
hProcess: HANDLE,
lpAddress: LPVOID,
dwSize: SIZE_T,
flNewProtect: DWORD,
lpflOldProtect: DWORD
) -> BOOL