Windows.MapViewOfFile3 C# (CSharp) Method

MapViewOfFile3() private method

private MapViewOfFile3 ( HANDLE FileMapping, HANDLE Process, void* BaseAddress, ulong Offset, nuint ViewSize, uint AllocationType, uint PageProtection, MEM_EXTENDED_PARAMETER* ExtendedParameters, uint ParameterCount ) : void*
FileMapping HANDLE
Process HANDLE
BaseAddress void*
Offset ulong
ViewSize nuint
AllocationType uint
PageProtection uint
ExtendedParameters MEM_EXTENDED_PARAMETER*
ParameterCount uint
return void*
    public static extern void* MapViewOfFile3(HANDLE FileMapping, HANDLE Process, [NativeTypeName("PVOID")] void* BaseAddress, [NativeTypeName("ULONG64")] ulong Offset, [NativeTypeName("SIZE_T")] nuint ViewSize, [NativeTypeName("ULONG")] uint AllocationType, [NativeTypeName("ULONG")] uint PageProtection, MEM_EXTENDED_PARAMETER* ExtendedParameters, [NativeTypeName("ULONG")] uint ParameterCount);