CreateFileMapping
Last updated
Last updated
[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.SafeHandle)]
public static extern SafeFileHandle CreateFileMapping(
IntPtr hFile,
IntPtr lpFileMappingAttributes,
Microsoft documentation: Link