[阅读: 327] 2005-05-27 07:10:38
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