System.Globalization.EncodingTable.nativeCreateOpenFileMapping C# (CSharp) Method

nativeCreateOpenFileMapping() private method

private nativeCreateOpenFileMapping ( String inSectionName, int inBytesToAllocate, IntPtr &mappedFileHandle ) : byte*
inSectionName String
inBytesToAllocate int
mappedFileHandle System.IntPtr
return byte*
        internal unsafe static extern byte* nativeCreateOpenFileMapping(
            String inSectionName, int inBytesToAllocate, out IntPtr mappedFileHandle);   
    }