[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
Última actualización hace 1 año