Windows.VirtualAlloc C# (CSharp) Method

VirtualAlloc() private method

private VirtualAlloc ( void* lpAddress, nuint dwSize, uint flAllocationType, uint flProtect ) : void*
lpAddress void*
dwSize nuint
flAllocationType uint
flProtect uint
return void*
    public static extern void* VirtualAlloc([NativeTypeName("LPVOID")] void* lpAddress, [NativeTypeName("SIZE_T")] nuint dwSize, [NativeTypeName("DWORD")] uint flAllocationType, [NativeTypeName("DWORD")] uint flProtect);