次の方法で共有


CEL_MAPFILE_VIEW_CLOSE (Compact 2013)

3/28/2014

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

See Also

Reference

CeLog Event Tracking Structures
CEL_MAPFILE_VIEW_OPEN

Other Resources

UnmapViewOfFile