Changeset 4230 for trunk/src/kernel32/hmmmap.cpp
- Timestamp:
- Sep 10, 2000, 11:54:07 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmmmap.cpp
r3948 r4230 1 /* $Id: hmmmap.cpp,v 1.1 4 2000-08-04 21:12:07sandervl Exp $ */1 /* $Id: hmmmap.cpp,v 1.15 2000-09-10 21:54:06 sandervl Exp $ */ 2 2 3 3 /* … … 215 215 } 216 216 //Although an application may close the file handle used to create a file 217 //mapping object, the system holds the corresponding file open until the last217 //mapping object, the system keeps the corresponding file open until the last 218 218 //view of the file is unmapped. 219 219 map = (Win32MemMap *)pHMHandleData->dwUserData;
Note:
See TracChangeset
for help on using the changeset viewer.