Windows.VirtualAllocExNuma C# (CSharp) Method

VirtualAllocExNuma() private method

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