Function NtAllocateVirtualMemory [src]
Prototype
pub extern "ntdll" fn NtAllocateVirtualMemory( ProcessHandle: HANDLE, BaseAddress: ?*PVOID, ZeroBits: ULONG_PTR, RegionSize: ?*SIZE_T, AllocationType: ULONG, PageProtection: ULONG, ) callconv(.winapi) NTSTATUS
Parameters
ProcessHandle: HANDLE
BaseAddress: ?*PVOID
ZeroBits: ULONG_PTR
RegionSize: ?*SIZE_T
AllocationType: ULONG
PageProtection: ULONG
Source
pub extern "ntdll" fn NtAllocateVirtualMemory(
ProcessHandle: HANDLE,
BaseAddress: ?*PVOID,
ZeroBits: ULONG_PTR,
RegionSize: ?*SIZE_T,
AllocationType: ULONG,
PageProtection: ULONG,
) callconv(.winapi) NTSTATUS