Microsoft.Win32.Win32Native.UnmapViewOfFile C# (CSharp) Method

UnmapViewOfFile() private method

private UnmapViewOfFile ( IntPtr lpBaseAddress ) : bool
lpBaseAddress IntPtr
return bool
        internal static extern bool UnmapViewOfFile(IntPtr lpBaseAddress );