Function vc6_sys::VirtualProtectEx

source ·
pub unsafe extern "stdcall" fn VirtualProtectEx(
    hProcess: HANDLE,
    lpAddress: LPVOID,
    dwSize: DWORD,
    flNewProtect: DWORD,
    lpflOldProtect: PDWORD
) -> BOOL