Windows.MapViewOfFileNuma2 C# (CSharp) Method

MapViewOfFileNuma2() private method

private MapViewOfFileNuma2 ( HANDLE FileMappingHandle, HANDLE ProcessHandle, ulong Offset, void* BaseAddress, nuint ViewSize, uint AllocationType, uint PageProtection, uint PreferredNode ) : void*
FileMappingHandle HANDLE
ProcessHandle HANDLE
Offset ulong
BaseAddress void*
ViewSize nuint
AllocationType uint
PageProtection uint
PreferredNode uint
return void*
    public static extern void* MapViewOfFileNuma2(HANDLE FileMappingHandle, HANDLE ProcessHandle, [NativeTypeName("ULONG64")] ulong Offset, [NativeTypeName("PVOID")] void* BaseAddress, [NativeTypeName("SIZE_T")] nuint ViewSize, [NativeTypeName("ULONG")] uint AllocationType, [NativeTypeName("ULONG")] uint PageProtection, [NativeTypeName("ULONG")] uint PreferredNode);