Windows.CreateFileMapping2 C# (CSharp) Method

CreateFileMapping2() private method

private CreateFileMapping2 ( HANDLE File, SECURITY_ATTRIBUTES* SecurityAttributes, uint DesiredAccess, uint PageProtection, uint AllocationAttributes, ulong MaximumSize, ushort* Name, MEM_EXTENDED_PARAMETER* ExtendedParameters, uint ParameterCount ) : HANDLE
File HANDLE
SecurityAttributes SECURITY_ATTRIBUTES*
DesiredAccess uint
PageProtection uint
AllocationAttributes uint
MaximumSize ulong
Name ushort*
ExtendedParameters MEM_EXTENDED_PARAMETER*
ParameterCount uint
return HANDLE
    public static extern HANDLE CreateFileMapping2(HANDLE File, SECURITY_ATTRIBUTES* SecurityAttributes, [NativeTypeName("ULONG")] uint DesiredAccess, [NativeTypeName("ULONG")] uint PageProtection, [NativeTypeName("ULONG")] uint AllocationAttributes, [NativeTypeName("ULONG64")] ulong MaximumSize, [NativeTypeName("PCWSTR")] ushort* Name, MEM_EXTENDED_PARAMETER* ExtendedParameters, [NativeTypeName("ULONG")] uint ParameterCount);