CEL_MAPFILE_VIEW_CLOSE
A version of this page is also available for
4/8/2010
This structure is logged when UnmapViewOfFile unmaps a view of a file from the address space of a process.
Syntax
typedef struct __CEL_MAPFILE_VIEW_CLOSE {
HANDLE hMap;
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
Header | celog.h |
Windows Embedded CE | Windows CE 5.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |