Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This structure is logged when MapViewOfFilemaps a view of a file into the address space of a process.

Syntax

typedef struct __CEL_MAPFILE_VIEW_OPEN { 
  HANDLE 
hMap;
  HANDLE  
hProcess;
  DWORD  
dwDesiredAccess;
  DWORD  
dwFileOffset;
  DWORD  
dwLen;
  LPVOID  
lpBaseAddress;
} CEL_MAPFILE_VIEW_OPEN, *CEL_MAPFILE_VIEW_OPEN;

Members

hMap

Handle of the file-mapping object.

hProcess

Specifies the handle of the process that called MapViewOfFile.

dwDesiredAccess

Specifies the type of access to the file view, and therefore the protection of the pages mapped by the file. The following table shows possible values for this parameter.

Value Description

FILE_MAP_WRITE

Specifies read-write access. The hFileMappingObjectparameter must have been created with PAGE_READWRITE protection. A read-write view of the file is mapped.

FILE_MAP_READ

Specifies read-only access. The hFileMappingObjectparameter must have been created with PAGE_READWRITE or PAGE_READONLY protection. A read-only view of the file is mapped.

FILE_MAP_ALL_ACCESS

Same as FILE_MAP_WRITE.

dwFileOffset

Specifies the file offset where mapping is to begin.

dwLen

Length in bytes of range being mapped.

lpBaseAddress

The starting address of the mapped view. This value is returned by MapViewOfFile.

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_CLOSE

Other Resources

MapViewOfFile

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.