CEL_MAPFILE_DESTROY

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure is logged when a file-mapping object is destroyed when CloseHandle closes the last reference to the mapping handle.

Syntax

typedef struct __CEL_MAPFILE_DESTROY { 
  HANDLE hMap;
} CEL_MAPFILE_DESTROY , *PCEL_MAPFILE_DESTROY ;

Members

  • hMap
    Handle of the file-mapping object that was destroyed.

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_CREATE

Other Resources

CreateFileMapping