[DllImport("kernel32.dll", SetLastError=true)]
static extern bool UnmapViewOfFile(IntPtr lpBaseAddress);
<DllImport("kernel32", setlasterror:=True)> _
Public Shared Function UnmapViewOfFile(ByVal hBaseAddress As IntPtr) As Boolean
End Function
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!