Function NtProtectVirtualMemory [src]
Prototype
pub extern "ntdll" fn NtProtectVirtualMemory( ProcessHandle: HANDLE, BaseAddress: *?PVOID, NumberOfBytesToProtect: *SIZE_T, NewAccessProtection: ULONG, OldAccessProtection: *ULONG, ) callconv(.winapi) NTSTATUS
Parameters
ProcessHandle: HANDLE
BaseAddress: *?PVOID
NumberOfBytesToProtect: *SIZE_T
NewAccessProtection: ULONG
OldAccessProtection: *ULONG
Source
pub extern "ntdll" fn NtProtectVirtualMemory(
ProcessHandle: HANDLE,
BaseAddress: *?PVOID,
NumberOfBytesToProtect: *SIZE_T,
NewAccessProtection: ULONG,
OldAccessProtection: *ULONG,
) callconv(.winapi) NTSTATUS