MapViewOfFile (kernel32)
Last changed: john schroedl-149.173.6.50

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern IntPtr MapViewOfFileEx(IntPtr hFileMappingObject,
   FileMapAccessType dwDesiredAccess, uint dwFileOffsetHigh, uint dwFileOffsetLow,
   UIntPtr dwNumberOfBytesToMap, IntPtr lpBaseAddress);

User-Defined Types:

FileMapAccessType

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation