CEL_MAPFILE_VIEW_CLOSE (Windows CE 5.0)
This structure is logged when UnmapViewOfFile unmaps a view of a file from the address space of a process.
typedef struct __CEL_MAPFILE_VIEW_CLOSE {HANDLEhMap;LPVOID lpBaseAddress;
} CEL_MAPFILE_VIEW_CLOSE, *CEL_MAPFILE_VIEW_CLOSE;
Members
- hMap
Handle of the file-mapping object. - lpBaseAddress
Pointer to the base address of the mapped view of a file that was unmapped.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Celog.h.
See Also
UnmapViewOfFile | CEL_MAPFILE_VIEW_OPEN
Send Feedback on this topic to the authors