CEL_MAPFILE_VIEW_CLOSE

A version of this page is also available for

Windows Embedded CE 6.0 R3

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

See Also

Reference

CEL_MAPFILE_VIEW_OPEN

Other Resources

UnmapViewOfFile