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: HANDLEBaseAddress: *?PVOIDNumberOfBytesToProtect: *SIZE_TNewAccessProtection: ULONGOldAccessProtection: *ULONG

Source

pub extern "ntdll" fn NtProtectVirtualMemory( ProcessHandle: HANDLE, BaseAddress: *?PVOID, NumberOfBytesToProtect: *SIZE_T, NewAccessProtection: ULONG, OldAccessProtection: *ULONG, ) callconv(.winapi) NTSTATUS