Windows.VirtualAlloc2 C# (CSharp) Method

VirtualAlloc2() private method

private VirtualAlloc2 ( HANDLE Process, void* BaseAddress, nuint Size, uint AllocationType, uint PageProtection, MEM_EXTENDED_PARAMETER* ExtendedParameters, uint ParameterCount ) : void*
Process HANDLE
BaseAddress void*
Size nuint
AllocationType uint
PageProtection uint
ExtendedParameters MEM_EXTENDED_PARAMETER*
ParameterCount uint
return void*
    public static extern void* VirtualAlloc2(HANDLE Process, [NativeTypeName("PVOID")] void* BaseAddress, [NativeTypeName("SIZE_T")] nuint Size, [NativeTypeName("ULONG")] uint AllocationType, [NativeTypeName("ULONG")] uint PageProtection, MEM_EXTENDED_PARAMETER* ExtendedParameters, [NativeTypeName("ULONG")] uint ParameterCount);