static extern bool UnmapViewOfFile(IntPtr lpBaseAddress);
Public Shared Function UnmapViewOfFile(ByVal hBaseAddress As IntPtr) As Boolean