mhappy · 2005-05-27 07:10:38 · 阅读: 386 猴,看这个。。。 The call to UnmapViewOfFile is necessary because mapped views of a file-mapping object maintain internal open handles to the object, and a file-mapping object will not close until all open handles to it are closed. 摘自MSDN2001