MapViewOfFile(3w)

NAME

MapViewOfFile (KERNEL32.@)

SYNOPSIS

LPVOID MapViewOfFile
 (
  HANDLE mapping,
  DWORD  access,
  DWORD  offset_high,
  DWORD  offset_low,
  SIZE_T count
 )

DESCRIPTION

Maps a view of a file into the address space.

PARAMS

mapping [In] File-mapping object to map.

access [In] Access mode.

offset_high [In] High-order 32 bits of file offset.

offset_low [In] Low-order 32 bits of file offset.

count [In] Number of bytes to map.

RETURNS

Success: Starting address of mapped view.

Failure: NULL.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/virtual.c".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Index | Man stránky | tLDP | Dokumenty | Utilitky | O projekte
Design by styleshout