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: HANDLEBaseAddress: ?*PVOIDZeroBits: ULONG_PTRRegionSize: ?*SIZE_TAllocationType: ULONGPageProtection: ULONG

Source

pub extern "ntdll" fn NtAllocateVirtualMemory( ProcessHandle: HANDLE, BaseAddress: ?*PVOID, ZeroBits: ULONG_PTR, RegionSize: ?*SIZE_T, AllocationType: ULONG, PageProtection: ULONG, ) callconv(.winapi) NTSTATUS