UnmapViewOfFile (kernel32)
Last changed: -193.27.93.1

.
Summary

C# Signature:

[DllImport("kernel32.dll", SetLastError=true)]
static extern bool UnmapViewOfFile(IntPtr lpBaseAddress);

VB.NET Signature:

    <DllImport("kernel32", setlasterror:=True)> _
    Public Shared Function UnmapViewOfFile(ByVal hBaseAddress As IntPtr) As Boolean
    End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation